WP-2000-CE7 Series (WinCE7 Based) User Manual v 1.0.4 Page: 93
4.5.
First WinPAC Program in Visual C++
The best way to learn programming with WinPAC is to actually create a WinPAC program.
The example below demonstrates how to create a demo program running on WinPAC with Visual C++
To create a demo program with Visual C++ that includes the following main steps:
1. Create a new project
2. Configure the platform
3. Specify the path of the PAC reference
4. Add the control to the form
5. Add the event handling for the control
6. Upload the application to WinPAC
7. Execute the application on WinPAC
All main steps will be described in the following subsection.
Tips & Warnings
Before beginning a new project, the “Embedded Compact 7 ATL Update” must be installed.
If this update is not installed, the error message “atlconv.h error C2039: lstrlenW" will be
displayed after the program is compiled.
The update can be found by downloading the latest version from Microsoft.
http://download.microsoft.com/download/9/D/D/9DDBD3EC-A43C-4BCE-A7A9-AEE9B1007
BCE/VisualStudioDeviceWindowsEmbeddedCompact7.msi
Содержание WP-2000-CE7 Series
Страница 73: ...WP 2000 CE7 Series WinCE7 Based User Manual v 1 0 4 Page 73 Step 3 Select Browse tab and add the PACNET dll...
Страница 86: ...WP 2000 CE7 Series WinCE7 Based User Manual v 1 0 4 Page 86 Step 3 Select Browse tab and add the PACNET dll...
Страница 116: ...WP 2000 CE7 Series WinCE7 Based User Manual v 1 0 4 Page 116 5 2 PAC IO APIs PAC_IO...
Страница 133: ...WP 2000 CE7 Series WinCE7 Based User Manual v 1 0 4 Page 133 Appendix A Tips How to...
Страница 137: ...WP 2000 CE7 Series WinCE7 Based User Manual v 1 0 4 Page 137 Step 8 Click the OK and then click OK to end the dialog...
Страница 141: ...WP 2000 CE7 Series WinCE7 Based User Manual v 1 0 4 Page 141 A 3 How to use User Account Control in WinPAC...