Including library in .exe
Posted: Wed Nov 12, 2014 2:02 pm
Dear all,
I am trying to figure out if it is possible to include a third party library into an .exe I am builing?
I have tried downloading a library (Csound) which is distributed as a .dll file, and I managed to generate a .lib file from that .dll file. So now I can import/link the .lib statically with 'ImportC'. However, the .exe which is generated seems to be dependent still on the original .dll file (if I delete the original .dll file the application will not start).
Best regards,
Søren
I am trying to figure out if it is possible to include a third party library into an .exe I am builing?
I have tried downloading a library (Csound) which is distributed as a .dll file, and I managed to generate a .lib file from that .dll file. So now I can import/link the .lib statically with 'ImportC'. However, the .exe which is generated seems to be dependent still on the original .dll file (if I delete the original .dll file the application will not start).
Best regards,
Søren