vujadin / BabylonHx

Port of Babylon.js 3D engine to Haxe.
http:/paradoxplay.com/babylonhx
Apache License 2.0
188 stars 43 forks source link

Compilation error #55

Closed ramsestom closed 8 years ago

ramsestom commented 8 years ago

Compillation failing with the following error when trying to compile the openfl asset on windows:

./src/com/babylonhx/tools/Tools.cpp(1105): error C2039: 'LoadImageA_dyn': is not a member of 'com::babylonhx::tools::Tools_obj' include\com/babylonhx/tools/Tools.h(17): note: see declaration of 'com::babylonhx::tools::Tools_obj'

vujadin commented 8 years ago

Do you use dev version of hxcpp? try with the last official version from haxelib (released today) On Oct 2, 2015 3:46 AM, "Thomas BERNARD" notifications@github.com wrote:

Compillation failing with the following error when trying to compile the openfl asset on windows:

./src/com/babylonhx/tools/Tools.cpp(1105): error C2039: 'LoadImageA_dyn': is not a member of 'com::babylonhx::tools::Tools_obj' include\com/babylonhx/tools/Tools.h(17): note: see declaration of 'com::babylonhx::tools::Tools_obj'

— Reply to this email directly or view it on GitHub https://github.com/vujadin/BabylonHx/issues/55.

ramsestom commented 8 years ago

No actually I just performed an haxelib upgrade so I am already using hxccp 3.2.171 (official)...

vujadin commented 8 years ago

I had that error when I tried to use hxcpp version from git hub. But everything works fine for me with last two official version (3.2.102 and 3.2.171)

On Fri, Oct 2, 2015 at 2:06 PM, Thomas BERNARD notifications@github.com wrote:

No actually I just already performed an haxelib upgrade so I am using hxccp 3.2.171 (official)...

— Reply to this email directly or view it on GitHub https://github.com/vujadin/BabylonHx/issues/55#issuecomment-144999274.

ramsestom commented 8 years ago

If I set hxccp back to 3.2.102 it works fine. But if I set hxcpp to latest official version (3.2.171), I get this error (only with projects using BabylonHx. Other openfl, lime and haxeflixel projects compile just fine...)

vujadin commented 8 years ago

same as #58