Skip to content

[cppia] sdl/audio extern design isn't compatible with cppia #167

@Jarrio

Description

@Jarrio

Things to note:

  • When compiling cppia you generally want to turn dce completely off (--dce no) in the host
  • You should have a clear separation between your externs and your haxe classes. Your externs can return what you want, but your haxe classes shouldn't have any cpp syntax related types, like cpp.RawPointer, cpp.Star, cpp.Reference etc (quote from crobes)

Doesn't work when on the cilent:

  • Scene switching does not seem to work
  • Scene create never gets called

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions