-
Notifications
You must be signed in to change notification settings - Fork 34
/
README_essemer.txt
53 lines (34 loc) · 1.55 KB
/
README_essemer.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
42
43
44
45
46
47
48
49
50
51
52
53
wcecompat: Windows CE C Runtime Library "compatibility" library.
Copyright (C) 2001-2005 Essemer Pty Ltd. All rights reserved.
This software is licensed under the terms and conditions in the LICENSE file.
Contact: Steven Reddie ([email protected])
Essemer Pty Ltd
http://www.essemer.com.au/
This is a work in progress. You will no doubt find that the code here is a
real mess at the moment, but it does work. A cleaner version will be available
shortly, keep an eye on the website.
Building
--------
To build, set the environment variables with one of the batch files installed
with eVC, and then invoke nmake.
Two libraries are built:
* wcecompat.lib
* wcecompatex.lib
In this initial release, both libraries are identical and contain the
functionality that is meant for wcecompatex.lib. This library contains
features to support stdin/stdout/stderr and their redirection. The first
library will in the future be a leaner library without these features.
Whilst both libraries will be suitable for releasable applications it is
assumed that some people will not want these extra features outside of
debugging, and therefore the cutdown version will be provided.
Todo
----
Build a version that doesn't contain the stdin/stdout/stderr support.
Finish and cleanup implementation of existing functions, particularly
the stream IO.
Changes
-------
1.2 Add support for ARMV4T and ARMV4I to wcedefs.mak
1.1 Changes to support eVC4 & Pocket PC 2003.
Added EAGAIN and ENOMEM to errno.h as needed by OpenSSL 0.9.8.
1.0 Initial release