]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.excel/native/ReadMe.txt
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.excel / native / ReadMe.txt
1 ========================================================================
2     MICROSOFT FOUNDATION CLASS LIBRARY : SimanticsExcel Project Overview
3 ========================================================================
4
5
6 AppWizard has created this SimanticsExcel DLL for you.  This DLL not only
7 demonstrates the basics of using the Microsoft Foundation classes but
8 is also a starting point for writing your DLL.
9
10 This file contains a summary of what you will find in each of the files that
11 make up your SimanticsExcel DLL.
12
13 SimanticsExcel.vcproj
14     This is the main project file for VC++ projects generated using an Application Wizard.
15     It contains information about the version of Visual C++ that generated the file, and
16     information about the platforms, configurations, and project features selected with the
17     Application Wizard.
18
19 SimanticsExcel.h
20     This is the main header file for the DLL.  It declares the
21     CSimanticsExcelApp class.
22
23 SimanticsExcel.cpp
24     This is the main DLL source file.  It contains the class CSimanticsExcelApp.
25
26 SimanticsExcel.rc
27     This is a listing of all of the Microsoft Windows resources that the
28     program uses.  It includes the icons, bitmaps, and cursors that are stored
29     in the RES subdirectory.  This file can be directly edited in Microsoft
30     Visual C++.
31
32 res\SimanticsExcel.rc2
33     This file contains resources that are not edited by Microsoft
34     Visual C++.  You should place all resources not editable by
35     the resource editor in this file.
36
37 SimanticsExcel.def
38     This file contains information about the DLL that must be
39     provided to run with Microsoft Windows.  It defines parameters
40     such as the name and description of the DLL.  It also exports
41     functions from the DLL.
42
43 /////////////////////////////////////////////////////////////////////////////
44 Other standard files:
45
46 StdAfx.h, StdAfx.cpp
47     These files are used to build a precompiled header (PCH) file
48     named SimanticsExcel.pch and a precompiled types file named StdAfx.obj.
49
50 Resource.h
51     This is the standard header file, which defines new resource IDs.
52     Microsoft Visual C++ reads and updates this file.
53
54 /////////////////////////////////////////////////////////////////////////////
55 Other notes:
56
57 AppWizard uses "TODO:" to indicate parts of the source code you
58 should add to or customize.
59
60 /////////////////////////////////////////////////////////////////////////////