Start The First Application Program; Applications In Embedded Visual C (Mfc); Create A Forms-Based Application - ICPDAS WinCon-8000 Getting Started

Table of Contents

Advertisement

5. Start The First Application Program

5.1 Applications in eMbedded Visual C
All the eMbedded Visual C
"C:\Program Files\Windows CE Tools\wce410\SA_IA\Pac\Wincon". They have been
tested OK in WinCE.NET4.1 or newer versions and in the eMbedded Visual C++ 4.0
development toolkit.
When users want to create a new program, they have to use these files from the
++
EVC
environment toolkit, as shown in the following:
1. \WINCON\INC\WinconSDK.h
2. \WINCON\INC\WinCon.h
3. \WINCON\INC\i8017h.h
4. \WINCON\INC\i8024.h
5. \WINCON\INC\i8090.h
6. \WINCON\INC\i8091.h
7. \WINCON\LIB\WinconSDK.lib
The application procedures for how to create a program are listed below. More
detailed information for each step will be described in the following section.

1. Create a Forms-Based Application;

2. Specify the Locations for Demo Files;
3. Configure Compiler Options;
4. Design an application program;
5. Build the application program;
6. Execute the application program on the Wincon-8000 platform;
7. Example list for the reference of user program design.
5.1.1 Create a Forms-Based Application
A form is the dialog box with control items that lets users access and possibly
change data. You may want to develop an application in which the user chooses from
a selection of forms. Commonly, a forms-based application allows the user to choose
++
4.0 demo programs are listed in the directory under
include all .h files
functions for D/I, D/O
functions for I-8017H Module
functions for I-8024 Module
functions for I-8090 Module
functions for I-8091 Module
import library of WinconSDK.DLL
WinCon-8000 Getting Start Manual-- 33
++
(MFC)

Advertisement

Table of Contents
loading

This manual is also suitable for:

W-8731

Table of Contents