-
Notifications
You must be signed in to change notification settings - Fork 2
/
BUILD.txt
41 lines (32 loc) · 1.36 KB
/
BUILD.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
$Id: BUILD.txt 50 2007-01-08 12:16:50Z mloskot $
--------------------------------------------------------------------------------
Building WCELIBCEX library
--------------------------------------------------------------------------------
*** IMPORTANT ***
Remember to build WCELIBCEX as a static library, not DLL.
Provided project for Visual C++ 2005 is configured to
build WCELIBCEX as a static library
*****************
Supported and tested platforms:
- Windows CE 4.x
- Pocket PC 2003
- Smartphone 2003
- Windows CE 5.0
- Windows Mobile 5.0
- other custom operating systems based on Windows CE 5.0
If you've used WCELIBCEX on Windows CE OS not listed here,
please drop me a message on [email protected].
Supported compilers:
- Microsoft Visual C++ 2005 Standard or Professional
- Microsoft eMbedded Visual C++ 4.0
At the moment, there is no project file available for eVC++ 4.0.
The process of creating new project file for WCELIBCEX is pretty easy,
so there should be no problem with creating it for eVC++ 4.0.
In case of problems, write to [email protected].
Building the library
1. Go to 'msvc80' directory
2. Open 'wcelibcex_lib.sln' project in Visual C++ 2005 IDE
3. From the main toolbar, select prefered 'Solution Configuration'
and 'Solution Platform'
4. Run Build -> Build Solution
5. If no errors occured, the library is ready to use