Mix MSVCRT.DLL and MSVCPRT.DLL ?

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
 
C

Carl Daniel [VC++ MVP]

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

Top