On 3/6/07, Tyro <[EMAIL PROTECTED]> wrote: > hi > I am using vc++ 6. Din't find anything related to multithreading in the > options. > Does VC++ 6 support it?
Project -> Settings -> C/C++ -> Code Generation -> Use run-time library -> set it to Multithreaded for release and Debug Multithreaded for debug. -- Tamas Marki
