Home > Archive > VC Language > June 2005 > Differences between the DLL.LIB and the debug DLLD.LIB
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Differences between the DLL.LIB and the debug DLLD.LIB
|
|
| pdpham 2005-06-09, 8:59 pm |
| Hi,
I have a project called TESTDLL which produces TESTDLL.LIBs for both the
release and debug versions.
What happen if I link my release application with the debug TESTDLL.LIB when
I meant to link with the release TESTDLL.LIB?
Thanks,
Paul
| |
| Carl Daniel [VC++ MVP] 2005-06-09, 8:59 pm |
| pdpham wrote:
> Hi,
> I have a project called TESTDLL which produces TESTDLL.LIBs for both
> the release and debug versions.
>
> What happen if I link my release application with the debug
> TESTDLL.LIB when I meant to link with the release TESTDLL.LIB?
That depends on your application. A likely outcome is linker errors, or
dependency on both the debug and release DLL versions of the runtime
library.
-cd
|
|
|
|
|