Tagged Questions
1
vote
3answers
138 views
Pros and Cons for HaXe and Kivy
I'm looking to develop an application for iOS, Android, Windows Phone and for Desktop no matter if it's web or standalone. Does anyone have experience with HaXe + NME or Kivy that they can share in ...
0
votes
1answer
74 views
FlashDevelop breakpoints for Haxe CPP, allowing “Step-Into” functionality?
Is there a way to set a break-point in FlashDevelop when targeting a Haxe/NME program for windows? It is very hard to follow the logic of a bug if I cannot step into the code.
1
vote
2answers
82 views
Haxe - Objects on stage not displaying when deploying to windows
I am using Haxe/nme with Flash Develope to port a flash game to multiple platforms. All my imported library's are from NME. The program compiles and runs fine with Flash as the target. But when I ...
2
votes
3answers
152 views
How can I get the error line debugging HaXe for windows?
I'm building a game using Haxe w/ HaxeFlixel in FlashDevelop, currently targeting windows platform.
While I get error messages in the console, I would like to know if I can get the error line too ( ...
2
votes
1answer
166 views
haXe cross-compiling for Mac using Windows
I am using haXe to develop a simple console application (say, a md5sum equivalent). No libraries, OS-specific functions, etc, just stdin/stdout and files.
Can I build a Mac binary (not AIR, not ...
0
votes
1answer
342 views
haXe and windows api
Im trying to use the windows api in haxe to create a windows application. I have already done this using ndlls and haxe/neko.
I tried doing it with the cpp target where I embed c++ code into the haxe ...
2
votes
2answers
224 views
Help with setting up haXe? :-)
Can somebody please help me setup haXe? Their website is http://www.haXe.org/ I've downloaded the required files but don't understand how to set it up.