-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs to be compiled for Android #29
Comments
The lib now uses the build.XML file with the hxcpp toolchain Theoretically
|
That helps, but it complains about missing header files (sha.h, bio.h, md5.h, and ripemd.h). It does this even if I specify Windows instead of Android. I'm assuming I should run this command from the src folder, where build.xml is located. Is that wrong? |
The .h things come from that you miss headers in your compiler directives ,
|
I dont know what you want to achieve but if you have time constraints, it
|
Whats your project type in which you need to use ssl? Is it openfl?
|
OpenFL, yes. And for the moment, I'm just using HTTP, because the data I'm sending doesn't necessarily need security. I'll keep trying to compile this, but maybe not until after the next release... |
I vaguely recall curl is embedded in openfl builds, maybe you should take a 2014-02-06 player-03 notifications@github.com:
David Elahee |
If you are using openFL, you can do this: request = new URLRequest(); it worked for me, but I didn't try to use POST method .. On Thu, Feb 6, 2014 at 12:56 PM, player-03 notifications@github.com wrote:
Kind Regards,Samir Sabri |
It works! Thanks, hopewise. As for compiling hxssl (which I still want to do for the practice), I'm not sure where to find the header files in question. They aren't included in hxssl; am I supposed to compile MD5.hx and so on? Or am I supposed to use sources from an entirely separate ssl project, like OpenSSL? |
Glad that it worked! the library author can answer this question, but I On Sun, Feb 9, 2014 at 9:50 AM, player-03 notifications@github.com wrote:
Kind Regards,Samir Sabri |
I used POST, and I tested the Flash, Windows, and Android targets. |
Very cool, thanks, I just tested it with GET On Sun, Feb 9, 2014 at 12:03 PM, player-03 notifications@github.com wrote:
Kind Regards,Samir Sabri |
Issue #27 was marked as closed without actually being resolved. I'm getting the same "Could not load module hxssl@hxssl_SSL_recv__4" error, apparently because this hasn't been compiled for Android.
Unfortunately, I'm unable to find any information on how to compile from source (much less information on how to compile from source to a .so file), so I can't fix this myself.
Tell me how, and I'll do it myself. Otherwise, could someone compile for Android?
The text was updated successfully, but these errors were encountered: