Although for that you might need to understand on which last version of OCCT this sample was compilable...
02Commenter-1
For your information, particular class Graphic3d_WNTGraphicDevice has been removed in OCCT 6.6.0.
03Author
Thank you for the response!
Yes, I am new to OpenCasade.
I could build sample/mfc/standard. It shows an output window and then throws the following error from the method inline void glClear(GLbitfield theMask) in OpenGl_GlCore11Fwd.hxx.
вЂException thrown at 0x00007FF8B09BDB5F (igc64.dll) in Geometry.exe: 0xC0000090: Floating-point invalid operation (parameters: 0x0000000000000000, 0x0000000000001921).
Unhandled exception at 0x00007FF8B09BDB5F (igc64.dll) in Geometry.exe: 0xC000041D: An unhandled exception was encountered during a user callback.’
04Commenter-1
You can try disabling floating point exceptions coming from Intel driver in file samples\mfc\standard\Common\OCC_App.cpp:
However, there seems to be some minor issue while executing it. It shows an output window and then throws the following error from the method inline void glClear(GLbitfield theMask) in OpenGl_GlCore11Fwd.hxx.
вЂException thrown at 0x00007FF8B09BDB5F (igc64.dll) in Geometry.exe: 0xC0000090: Floating-point invalid operation (parameters: 0x0000000000000000, 0x0000000000001921).
Unhandled exception at 0x00007FF8B09BDB5F (igc64.dll) in Geometry.exe: 0xC000041D: An unhandled exception was encountered during a user callback.’