Page 1 of 1

Including library in .exe

Posted: Wed Nov 12, 2014 2:02 pm
by soerenkj
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

Re: Including library in .exe

Posted: Wed Nov 12, 2014 3:21 pm
by ts-soft

Re: Including library in .exe

Posted: Wed Nov 12, 2014 4:36 pm
by soerenkj
Thanks, look interesting! Does it also work with .dylib files (OSX)?

Re: Including library in .exe

Posted: Wed Nov 12, 2014 4:51 pm
by ts-soft
No, works only with dll (windows).