Joshua Granick

Results 89 comments of Joshua Granick

I think I may have planned (once or twice) to make the JNI code replace "." with "/" just to fix this, but then it would probably force this problem...

String handled in HL is something we still need to investigate... who owns the pointer? How best to convert from a Haxe string to be used on the native side,...

Electron and HashLink are supported -- but no live code reloading yet

I noticed this line: ```haxe ProjectHelper.recursiveSmartCopyTemplate (project, "winrt/appx", targetDirectory + "/bin", context, false, true); ``` The `process` argument is false, which means it will not process the file as a...

Is there a way to declare it as an `extern`, like here? https://github.com/madrazo/lime-1/blob/winrtrun/templates/winrt/static/Main.cpp#L43 It's C++, so it would not be `extern "C"`, but perhaps there's still a way to do...

Here's what we use: https://github.com/openfl/lime/blob/develop/templates/cpp/static/Main.cpp I think `hxRunLibrary ()` is the key? https://github.com/HaxeFoundation/hxcpp/blob/8b99e1fa83b5df9d5ce21581a7b769dc461c0943/include/hx/MacrosFixed.h#L342 Perhaps `__boot_all` is generated to reference the entry point for the code (such as "ApplicationMain" or whatever...

It's strange that `LIME_SDL` had to be defined, we have more defines (LIME_SDL_ANGLE, etc) which may also be relevant, but I'm still trying to understand why this define affected the...

Are you using a current version of OpenFL? What platform are you targeting? Are you using the NPM release, or Haxelib?

Could you try upgrading your copy of Lime and OpenFL? I believe it should work with the latest versions

Are you using a release version of OpenFL, or a development version? Do you have the "swf" haxelib installed? Where/how are the SWF assets being included? (I don't see anything...