Hi, I had no idea if I should post it in Windows Programming or General C-programming, but since win32 is the platform I'm working on I'm posting here...
Mod may move if it's in the wrong section.
So here is my question - I have a program that uses cURL to speak HTTP easily with my webserver.
But cURL needs a couple of DLL-files that should exist in the system32-folder. Now I don't want to ship these files with my executable - but instead have them as resources in my executable and automatically extract them and install in system32.
I am using Dev-Cpp and programming in C.
Do you have any idea on how to implement this in my program?
Thank you for your consideration



LinkBack URL
About LinkBacks


