PDA

View Full Version : Static Link 3rd party libs



^NyAw^
20th April 2010, 09:51
Hi,

I'm using a 3r party lib on my application. I want to create a single exe file that contains all requiered libs. I'm using Visual Studio 2008 and I'm not able to get the single file. Using Dependecy Walker it shows that the 3rd party is loaded as dll.

Thanks,

axeljaeger
13th July 2010, 19:10
Do you also get that external lib as a static library, .lib on windows? There will be a small .lib coming together with the dll but there might be a larger .lib that contains the whole library.