ms c++ .net runtime lib

Started by
2 comments, last by tl2000 21 years, 5 months ago
Hi, I am using the Singlethreaded-Debug lib (/MLd). With this one everything is ok. My Programm works and everything is fine. But: If i switch to the Singlethreaded (/ML) (Release config) my programm crashes at startup. I really don´t know how to fix such a "thing". Where should i look for a mistake.
Advertisement
Do you use DLL? If yes, you must run /MD library files.

Do you use MFC?

Kuphryn
no dll no mfc...
enable debug info for your release build and debug it as you would a debug a debug build.

This topic is closed to new replies.

Advertisement