Initial CPP winrt -static
Runs but no bitmap is displayed when testing with DisplayingABitmap. You can attach VS2017 debugger (Debug Installed App Package). lime rebuild tools lime rebuild winrt -static in DisplayingABitmap: openfl test project.xml winrt -static
This commit is contained in:
committed by
Joshua Granick
parent
00e3c85b58
commit
125840589f
@@ -39,6 +39,8 @@ import sys.FileSystem;
|
||||
rootPath = "assets/";
|
||||
#elseif console
|
||||
rootPath = lime.system.System.applicationDirectory;
|
||||
#elseif (winrt)
|
||||
rootPath = "./";
|
||||
#elseif (sys && windows && !cs)
|
||||
rootPath = FileSystem.absolutePath (haxe.io.Path.directory (#if (haxe_ver >= 3.3) Sys.programPath () #else Sys.executablePath () #end)) + "/";
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user