Hi there,

I work on an application, say MyApp.exe.

MyApp.exe links to MyDll.dll through its lib file.

Both MyApp.exe and MyDll.dll rely on a third party static library, ThirdParty.lib.

Is there a way I can embed ThirdParty.lib in MyDll.dll - an avoid having to specify both MyDll.lib and ThirdyParty.lib in the link dependencies of MyApp.exe. I would like to specify only MyDll.lib

Thanks for any help.....

Andy