Tagged Questions
7
votes
0answers
152 views
Running HaXe from iOS app – hxRunLibrary() error
For a client I've developed an iOS + Android app using Cordova (PhoneGap) for the user interface. Now, as an update to this app, I'm am attempting to add a game that was written in HaXe. Originally ...
1
vote
2answers
185 views
Migrate Java Desktop Application to Android and iPhone [closed]
I have a desktop Java Application and need to migrate it to all kinds of smartphones.
Here's a short summary of what it does:
It can record human speach, save it to a wav file and send it to a ...
2
votes
1answer
169 views
Persisted data on iPhone with HaXe
I'm somewhat new to HaXe/NME and am a bit confused about what the best approach would be to access data that would traditionally be stored in a database. I have some code where I need to get a list of ...
4
votes
2answers
1k views
Can Haxe create library for iOS native method?
Flash packager can't Adobe Packager for iOS: Bundling native iOS code together with Flash?
Could Haxe do it ?
2
votes
2answers
798 views
How can Haxe convert flash content into objective c?
I went through many links like this,this and this, but not getting good direction to move with. I need to implement some flash content in my iPhone app. Can anybody help me with some good tutorials to ...
2
votes
2answers
856 views
Haxe - Flash project compiles fine, but won't compile using hxcpp
In summary, I think my question is this:
How can I force hxcpp to compile haxe code for Flash 8 ?
Here's where I'm at. I'm new to haxe, and am trying to get a sample from here:
...