18 Jul
2003
18 Jul
'03
12:22 p.m.
hh10k wrote:
But now I get errors like: LIBCMTD.lib MSVCRTD.lib(MSVCRTD.dll)
You can't mix and match the run-time libraries. Everything linked together needs to be compiled using the same option /MT or /MD or which ever you are using. I'm not knowledgeable about STLport and bjam (I only use things implemented in headers from Boost), but I'm pretty sure your problem stems from the C++ runtimes you are using. Jason