|
-
May 5th, 2011, 08:35 AM
#6
Re: DLL Creation and Linking Issue
Even if you want to use a DLL at runtime, the linker still has to know where to find the functions in the DLL. Thus the corresponding .lib file is needed. That does not mean your app is statically linked with the .lib, the app is just "prepared" to use the DLL.
HTH,
Richard
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
|