|
-
May 28th, 2009, 10:16 AM
#1
embedding a 3rd party LIB in a DLL
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|