>I have the following command line for building a TEST.DLL, but the implicit .lib
>is not being created. Why?

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq
>>I have the following command line for building a TEST.DLL, but the implicit .lib
>>is not being created. Why?
>
> Have you got anything exported?
>
> Dave
Yes, there are exports defined through the entire program.
The program will generate an import library if I change the /MTd option to /MDd.
However, the program with which I am linking into has been compiled with /MTd
(which due to requirements, cannot change).
David Lowndes - 02 Jul 2004 07:33 GMT
>The program will generate an import library if I change the /MTd option to /MDd.
Seems odd!
Can you reproduce this with a trivial example project?
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq