0022459: The ImportExport sample crash
[occt.git] / samples / mfc / standard / readme.txt
CommitLineData
7fd59977 1
21. Description of the tree structure:
3---------------------------------------------
4
5 |
6 |-- 01_Geometry
7 |-- 02_Modeling
8 |-- 03_Viewer2d
9 |-- 04_Viewer3d <Projects and sources of samples>
10 |-- 05_ImportExport
11 |-- 06_Ocaf
12 |-- 07_Triangulation
13 |-- 08_HLR
14 |-- 09_Animation
15 |-- 10_Convert
16 |
17 |-- All-vc"number".sln < Auxilary utility project. It depends on all other sample
18 | projects, so when rebuilded it rebuilds all samples and
19 | mfcsample library. >
20 |
21 |-- Common < Common source and header files for samples and
22 | dynamic-link library mfcsample.dll. >
23 |
24 |-- Data < Data files. >
25 |
26 |-- mfcsample < Project for mfcsample.dll. This library is used by all
27 | samples. It contains basic funcionality that commonly
28 | needed in every OCC sample. >
29 |
30 |
31 |-- env.bat This file is called from Run_MSVC.bat.
32
33
342. Launching Open CASCADE Technology samples:
35---------------------------------
36
37To run the Open CASCADE Technology samples:
38
39 > execute Run.bat [vc8|vc9|vc10] [win32|win64] [Release|Debug] [SampleName]
40
41To run the Animation sample:
42
43 > execute Run.bat vc8 win32 Debug Animation
44
453. Modifying and rebuilding samples:
46--------------------------------------------
47
48You can modify, compile and launch all sample projects in MS Visual C++ at once:
49
50 > execute Run_MSVC.bat [vc8|vc9|vc10] [win32|win64] [Release|Debug]
51
52To run all sample projects in MS Visual C++ at once:
53
54 > execute Run_MSVC.bat vc8 win32 Debug
55
56
57Note: make sure your PATH environment variable contains a directory,
58 msdev.exe is located in.