diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/manual/en/html/node79.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/manual/en/html/node79.html Tue Jun 05 18:43:21 2007 +0200 @@ -0,0 +1,106 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> + +<!--Converted with LaTeX2HTML 2002-2-1 (1.71) +original version by: Nikos Drakos, CBLU, University of Leeds +* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan +* with significant contributions from: + Jens Lippmann, Marek Rouchal, Martin Wilck and others --> +<HTML> +<HEAD> +<TITLE>Win32</TITLE> +<META NAME="description" CONTENT="Win32"> +<META NAME="keywords" CONTENT="manual"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> + +<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> +<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> + +<LINK REL="STYLESHEET" HREF="manual.css"> + +<LINK REL="next" HREF="node80.html"> +<LINK REL="previous" HREF="node76.html"> +<LINK REL="up" HREF="node71.html"> +<LINK REL="next" HREF="node80.html"> +</HEAD> + +<BODY > + +<DIV CLASS="navigation"><!--Navigation Panel--> +<A NAME="tex2html1186" + HREF="node80.html"> +<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" + SRC="/usr/share/latex2html/icons/next.png"></A> +<A NAME="tex2html1182" + HREF="node71.html"> +<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" + SRC="/usr/share/latex2html/icons/up.png"></A> +<A NAME="tex2html1176" + HREF="node78.html"> +<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" + SRC="/usr/share/latex2html/icons/prev.png"></A> +<A NAME="tex2html1184" + HREF="node1.html"> +<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" + SRC="/usr/share/latex2html/icons/contents.png"></A> +<BR> +<B> Next:</B> <A NAME="tex2html1187" + HREF="node80.html">HCS12</A> +<B> Up:</B> <A NAME="tex2html1183" + HREF="node71.html">FAQ</A> +<B> Previous:</B> <A NAME="tex2html1177" + HREF="node78.html">How to use an</A> + <B> <A NAME="tex2html1185" + HREF="node1.html">Contents</A></B> +<BR> +<BR></DIV> +<!--End of Navigation Panel--> + +<H2><A NAME="SECTION000113000000000000000"> +Win32</A> +</H2> +Compatibility: + +<P> + +<OL> +<LI>Code was compiled MS VisualStudio 2003.NET and VisualStudio +2005.NET for WindowsXP ANSI and UNICODE configurations and for +WindowsCE 5.0. +</LI> +<LI>Some preliminary testing was done, but not enough to be used in +mission critical projects. +</LI> +</OL> +Additional Features: + +<P> + +<OL> +<LI>Non-integral integers support implementation UNS24, UNS40, UNS48 +etc. +</LI> +<LI>When enable debug output with DEBUG_WAR_CONSOLE_ON or +DEBUG_ERR_CONSOLE_ON, you can navigate in CanFestival source code by +double clicking at diagnostic lines in VisualStudio.NET 200X Debug +Output Window. +</LI> +</OL> +Custom size integral types such as INTEGER24, UNS40, INTEGER56 etc. have +been defined as 64 bits integers. You will need to replace sizeof(TYPE) +operators to sizeof_TYPE definitions in generated code, i.e. replace +sizeof(UNS40) with sizeof_UNS40. + +<P> + +<P><P> +<BR> + +<P> +<BR><HR> +<ADDRESS> +epimerde +2007-06-05 +</ADDRESS> +</BODY> +</HTML>