MT MTD

Hello,Everyone.
who can tell me the different between MT and MTD? My pragram is running right when I set the CRT to MT. but when I change to MTD, My pragram collapse and the error is visiting memory confict. In my pragram, I use multi-thread function in boost. the development platform is vs2005 and programming language is C++.
Thank you!
MT= MultiThreaded(ing) - used in release mode - no error checking or trapping
MTD = MultiThread(ing)Debug - used in Debug mode and has checks and error trapping and other debugging facilities

?
Last edited on
Topic archived. No new replies allowed.