Mix MSVCRT.DLL and MSVCPRT.DLL ?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi

I know it's not a good idea to use both msvcrt.lib and msvcrtd.lib in your
project, and the same goes for msvcprt.lib and msvcprtd.lib.
But is it ok to use both msvcrt.lib and msvcprt.lib? Or both msvcrtd.lib and
msvcprtd.lib?

Bye
Chris
 
Chris said:
Hi

I know it's not a good idea to use both msvcrt.lib and msvcrtd.lib in
your project, and the same goes for msvcprt.lib and msvcprtd.lib.
But is it ok to use both msvcrt.lib and msvcprt.lib? Or both
msvcrtd.lib and msvcprtd.lib?

Yes, that's perfectly normal. In fact, msvcprt.dll itself uses msvcrt.dll,
so you'll normally have both.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

linking error in VC7.0 1
Lots of link errors in Debug but not realease build 5
DLL runtime and /CLR compiling 12
Can't Link Mixed DLL with Visual Studio 2
LNK2005 2
create dll problem 1
MSVCRT.DLL 3
linking errors 3

Back
Top