Author Topic: my problem about Multi-threaded DLL Runtime Library ?  (Read 6456 times)

montchai

  • Guest
my problem about Multi-threaded DLL Runtime Library ?
« on: August 06, 2005, 06:31:38 pm »
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?

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: my problem about Multi-threaded DLL Runtime Library ?
« Reply #1 on: August 06, 2005, 07:19:47 pm »

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.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: my problem about Multi-threaded DLL Runtime Library ?
« Reply #2 on: August 07, 2005, 05:13:20 am »
I added this issue to the FAQ.