File: CE-status.txt

package info (click to toggle)
ace 6.3.3%2Bdfsg-1.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 49,100 kB
  • sloc: cpp: 331,493; perl: 32,764; ansic: 20,167; sh: 3,996; exp: 787; python: 672; yacc: 511; xml: 330; lex: 158; lisp: 116; makefile: 83; csh: 20; tcl: 5
file content (50 lines) | stat: -rw-r--r-- 2,111 bytes parent folder | download | duplicates (4)
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

/**

@page wince ACE on Windows CE status

Last updated Friday 14-November-2008 by Johnny Willemsen
<jwillemsen@remedy.nl>

@subsection ce_status Status

As of ACE 5.6, Remedy IT supports ACE and TAO on Windows CE building with
Microsoft Visual Studio 2005 and targeting the Windows Mobile 5 and 6. OCI
supports TAO 1.3 on at least Windows CE 3 with the PocketPC 2002 SDK. Contact
the individual support provider for complete information regarding these
platforms as well as the supported hardware targets.

@subsection ce_evc eMbedded Visual C++ Projects

Whereas previous ACE versions had separate ACE and ACE_OS eMbedded Visual C++
project files, the project and workspace arrangement is now the same as
for other Windows versions. The project and workspace files themselves are
generated using the MakeProjectCreator tool when the ACE kit is prepared.
Both EVC3 and EVC4 use the same project and workspace files.

Developers working with sources checked out from CVS must generate the
project and workspace files locally using MPC. The autobuild system's
generate_makefile and generate_workspace commands can be used for this.

@subsection ce_vc8 Visual Studio 2005 Projects

The ACE release process generates the needed Visual Studio 2005 solution and
project files with "_WinCE" appended to the name (e.g. ACE_WinCE.vcproj) to
distinguish them from both Win32-targeted VC8 projects (ACE_vc8.vcproj) and
Visual Studio 2003 projects (ACE_vc71.vcproj). The files are generated with
the "Pocket PC 2003 SDK (ARMV4)", "Windows Mobile 5.0 Pocket PC SDK
(ARMV4I)", and "Windows Mobile 6 SDK (ARMV4I)" platforms defined. To add
additional platforms, the files must be regenerated using MPC.

@subsection ce_wchar Unicode/WChar

ACE on WindowsCE automatically has ACE_HAS_WCHAR and ACE_USES_WCHAR turned
on. Thus ACE_TCHAR and ACE_TEXT() are the wide char versions.

@subsection ce_tests Running the Test Suite on Windows CE

The ACE test suite in ACE_wrappers/tests is used on Windows CE as well as
on dekstop Windows. The test suite tools are extended to run remotely
on the device using the telnet server.

*/