Loading [MathJax]/extensions/tex2jax.js
Open CASCADE Technology 7.9.0
standard Directory Reference

Detailed Description

Visual C++ programming samples for Windows platform containing illustrating how to use a particular module or functionality, including the following MFC samples:

1. Contents

The directory samples/mfc/standard contains the following packages and files:

2. Launching Open CASCADE Technology samples:

To run the Open CASCADE Technology samples, use command:

execute run.bat [vc10|vc11|vc12|vc14] [win32|win64] [Release|Debug] [SampleName]

To run the Geometry sample, use command:

execute run.bat vc10 win64 Debug Geometry

3. Modifying and rebuilding samples:

You can modify, compile and launch all sample projects in MS Visual C++ at once with command:

execute msvc.bat [vc10|vc11|vc12|vc14] [win32|win64] [Release|Debug]

To run all sample projects in MS Visual C++ at once, use command:

execute msvc.bat vc10 win64 Debug

Note: make sure that your PATH environment variable contains a directory, where msdev.exe is located.