0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / CSharp / OCC / ReadMe.txt
1 ========================================================================
2     DYNAMIC LINK LIBRARY : OCC Project Overview
3 ========================================================================
4
5 AppWizard has created this OCC DLL for you.  
6 This file contains a summary of what you will find in each of the files that
7 make up your OCC application.
8
9
10 OCC.vcproj
11     This is the main project file for VC++ projects generated using an Application Wizard. 
12     It contains information about the version of Visual C++ that generated the file, and 
13     information about the platforms, configurations, and project features selected with the
14     Application Wizard.
15
16 OCC.cpp
17     This is the main DLL source file.
18
19         When created, this DLL does not export any symbols. As a result, it  
20         will not produce a .lib file when it is built. If you wish this project 
21         to be a project dependency of some other project, you will either need to 
22         add code to export some symbols from the DLL so that an export library 
23         will be produced, or you can set the Ignore Input Library property to Yes 
24         on the General propert page of the Linker folder in the project's Property 
25         Pages dialog box.
26
27 /////////////////////////////////////////////////////////////////////////////
28 Other standard files:
29
30 StdAfx.h, StdAfx.cpp
31     These files are used to build a precompiled header (PCH) file
32     named OCC.pch and a precompiled types file named StdAfx.obj.
33
34 /////////////////////////////////////////////////////////////////////////////
35 Other notes:
36
37 AppWizard uses "TODO:" comments to indicate parts of the source code you
38 should add to or customize.
39
40 /////////////////////////////////////////////////////////////////////////////