Hi,
I'm trying to use the WinInet DLL in a program (for SSL features). I did a search on the forums and found out that I needed to have the libwininet.a file in libs in order for Extern to work for DLLs. I've put the libwininet.a file from a C++ compiler I have in the libs folder for BlitzMAX but it wont let me use the functions. I'm guessing it's because I need the .h file somewhere aswell.
Is there a folder I can just put the .h file and forget about it or do I have to make a module for it to work?
Thanks for any help
Matthew
I'm trying to use the WinInet DLL in a program (for SSL features). I did a search on the forums and found out that I needed to have the libwininet.a file in libs in order for Extern to work for DLLs. I've put the libwininet.a file from a C++ compiler I have in the libs folder for BlitzMAX but it wont let me use the functions. I'm guessing it's because I need the .h file somewhere aswell.
Is there a folder I can just put the .h file and forget about it or do I have to make a module for it to work?
Thanks for any help
Matthew