mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024943: Port MFC samples to UNICODE for compatibility with VS2013
Add vc12 project files for MFC samples. CMake - add Unicode option for MFC samples CMake - do not set MFC option globally Update description of Cmake building procedure for MFC sample Correction of cmake.md and automake.md 0024943: Port MFC sample to UNICODE for compatibility with VS2013 The formatting of developer guides about OCCT building with various build systems has been improved. automake article clean up
This commit is contained in:
@@ -107,8 +107,8 @@ Application:
|
||||
{
|
||||
Standard_SStream ostr;
|
||||
ostr<<Standard_Failure::Caught()<<"\n\0";
|
||||
|
||||
MessageBox(0,ostr.str().c_str(),"CasCade Error",MB_ICONERROR);
|
||||
CString aMsg = ostr.str().c_str();
|
||||
MessageBoxW (NULL, aMsg, L"CasCade Error", MB_ICONERROR);
|
||||
goto Application; // restart application loop
|
||||
}
|
||||
#else // _DEBUG // By Matra
|
||||
|
Reference in New Issue
Block a user