210
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
|
|
3 |
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
|
4 |
original version by: Nikos Drakos, CBLU, University of Leeds
|
|
5 |
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
|
6 |
* with significant contributions from:
|
|
7 |
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
|
8 |
<HTML>
|
|
9 |
<HEAD>
|
|
10 |
<TITLE>Win32</TITLE>
|
|
11 |
<META NAME="description" CONTENT="Win32">
|
|
12 |
<META NAME="keywords" CONTENT="manual">
|
|
13 |
<META NAME="resource-type" CONTENT="document">
|
|
14 |
<META NAME="distribution" CONTENT="global">
|
|
15 |
|
|
16 |
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
|
17 |
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
18 |
|
|
19 |
<LINK REL="STYLESHEET" HREF="manual.css">
|
|
20 |
|
|
21 |
<LINK REL="next" HREF="node80.html">
|
|
22 |
<LINK REL="previous" HREF="node76.html">
|
|
23 |
<LINK REL="up" HREF="node71.html">
|
|
24 |
<LINK REL="next" HREF="node80.html">
|
|
25 |
</HEAD>
|
|
26 |
|
|
27 |
<BODY >
|
|
28 |
|
|
29 |
<DIV CLASS="navigation"><!--Navigation Panel-->
|
|
30 |
<A NAME="tex2html1186"
|
|
31 |
HREF="node80.html">
|
|
32 |
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
|
33 |
SRC="/usr/share/latex2html/icons/next.png"></A>
|
|
34 |
<A NAME="tex2html1182"
|
|
35 |
HREF="node71.html">
|
|
36 |
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
|
37 |
SRC="/usr/share/latex2html/icons/up.png"></A>
|
|
38 |
<A NAME="tex2html1176"
|
|
39 |
HREF="node78.html">
|
|
40 |
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
|
41 |
SRC="/usr/share/latex2html/icons/prev.png"></A>
|
|
42 |
<A NAME="tex2html1184"
|
|
43 |
HREF="node1.html">
|
|
44 |
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
|
45 |
SRC="/usr/share/latex2html/icons/contents.png"></A>
|
|
46 |
<BR>
|
|
47 |
<B> Next:</B> <A NAME="tex2html1187"
|
|
48 |
HREF="node80.html">HCS12</A>
|
|
49 |
<B> Up:</B> <A NAME="tex2html1183"
|
|
50 |
HREF="node71.html">FAQ</A>
|
|
51 |
<B> Previous:</B> <A NAME="tex2html1177"
|
|
52 |
HREF="node78.html">How to use an</A>
|
|
53 |
<B> <A NAME="tex2html1185"
|
|
54 |
HREF="node1.html">Contents</A></B>
|
|
55 |
<BR>
|
|
56 |
<BR></DIV>
|
|
57 |
<!--End of Navigation Panel-->
|
|
58 |
|
|
59 |
<H2><A NAME="SECTION000113000000000000000">
|
|
60 |
Win32</A>
|
|
61 |
</H2>
|
|
62 |
Compatibility:
|
|
63 |
|
|
64 |
<P>
|
|
65 |
|
|
66 |
<OL>
|
|
67 |
<LI>Code was compiled MS VisualStudio 2003.NET and VisualStudio
|
|
68 |
2005.NET for WindowsXP ANSI and UNICODE configurations and for
|
|
69 |
WindowsCE 5.0.
|
|
70 |
</LI>
|
|
71 |
<LI>Some preliminary testing was done, but not enough to be used in
|
|
72 |
mission critical projects.
|
|
73 |
</LI>
|
|
74 |
</OL>
|
|
75 |
Additional Features:
|
|
76 |
|
|
77 |
<P>
|
|
78 |
|
|
79 |
<OL>
|
|
80 |
<LI>Non-integral integers support implementation UNS24, UNS40, UNS48
|
|
81 |
etc.
|
|
82 |
</LI>
|
|
83 |
<LI>When enable debug output with DEBUG_WAR_CONSOLE_ON or
|
|
84 |
DEBUG_ERR_CONSOLE_ON, you can navigate in CanFestival source code by
|
|
85 |
double clicking at diagnostic lines in VisualStudio.NET 200X Debug
|
|
86 |
Output Window.
|
|
87 |
</LI>
|
|
88 |
</OL>
|
|
89 |
Custom size integral types such as INTEGER24, UNS40, INTEGER56 etc. have
|
|
90 |
been defined as 64 bits integers. You will need to replace sizeof(TYPE)
|
|
91 |
operators to sizeof_TYPE definitions in generated code, i.e. replace
|
|
92 |
sizeof(UNS40) with sizeof_UNS40.
|
|
93 |
|
|
94 |
<P>
|
|
95 |
|
|
96 |
<P><P>
|
|
97 |
<BR>
|
|
98 |
|
|
99 |
<P>
|
|
100 |
<BR><HR>
|
|
101 |
<ADDRESS>
|
|
102 |
epimerde
|
215
|
103 |
2007-06-08
|
210
|
104 |
</ADDRESS>
|
|
105 |
</BODY>
|
|
106 |
</HTML>
|