News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

my problem about Multi-threaded DLL Runtime Library ?

Started by montchai, August 06, 2005, 06:31:38 PM

Previous topic - Next topic

montchai

Every application(.exe) I build with Code::Blocks & VC toolkits 2003 is successfully, but when I want to build to be 'Multi-threaded DLL Runtime Library' it have some problem with me. C::B require 'msvcprt.lib & msvcrt.lib' and when I look into VC tookits and all in my computer, it not found. I don't know how to build DLL library with C::B, anyone please help me how to fix my problem?

tiwag


sorry, no fix for your problem...

your problem doesn't come from CodeBlocks,
it exists, because the free VC toolkit (VCTK) doesn't provide
all the libraries and tools which are coming with Visual C++ (VC)
which is'nt free, unfortunately.

mind using MinGW gcc instead, or use a full blown VC++

and PLEASE dont start crying and double-posting when not getting
an immediate answer for your (trivial, if knowing google.com) question.

rickg22