Hi, I have a new problem with the ndk. I have to create a library from a .c file wich contains load dll library, so I have to use LoadLibrary function in my .C file. However I have to call #include <windows.h> to use this function and windows.h is unknown by unix, so I can't run the ndk-build script. I have tought that I could use the binary file of my .c file to use it in the ndk script, but I don't know if it is possible and how to do it (I have tried some things, but it doesn't work) . Or if you have a better idea, I'll take it.
By
PS: Sorry for my english but I'm french.


