Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Yury Sidorov
From: "Oro06" <[EMAIL PROTECTED]> i'll do that. ( rainer site is a little bit old (wince2.11,3) since there has been wince4.0, 4.1 and now most of systems are 4.2 ) i started with 4.2 headers, i used h2pas for types and consts and do the rest by hand, you're righ it's long task compared arm an

Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Luiz Américo
Yury Sidorov wrote: 3. I think sqllite is dependent from Windows,SysUtils,Classes,etc. We need to port them first. No. Vanilla sqlite has no dependencies, is just a translation of the sqlite header, so if sqlite already works in wince with c compilers it should work with fpc too. The uni

Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Oro06
Yury Sidorov a écrit : 2. Since H2PAS dont eat MS headers the easiest way to port is to use win32 Windows unit and remove all functions which are missing in WinCE. The following list of WinCE functions can be used as reference: define like this are droped #define CALLBACKPASCAL // it seem

Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Florian Klaempfl
Yury Sidorov wrote: > From: "Florian Klaempfl" <[EMAIL PROTECTED]> > >> Yury Sidorov wrote: >> >>> 2. Since H2PAS dont eat MS headers the easiest way to port is to use >>> win32 Windows unit and remove all functions which are missing in WinCE. >>> The following list of WinCE functions can be used

Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Yury Sidorov
From: "Florian Klaempfl" <[EMAIL PROTECTED]> Yury Sidorov wrote: 2. Since H2PAS dont eat MS headers the easiest way to port is to use win32 Windows unit and remove all functions which are missing in WinCE. The following list of WinCE functions can be used as reference: http://www.rainer-keuche

Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Florian Klaempfl
Yury Sidorov wrote: > 2. Since H2PAS dont eat MS headers the easiest way to port is to use > win32 Windows unit and remove all functions which are missing in WinCE. > The following list of WinCE functions can be used as reference: > http://www.rainer-keuchel.de/wince/dllexports/ipaq-coredll.txt >

Re: [fpc-devel] WinCE port docs at wiki

2005-08-13 Thread Yury Sidorov
' list" Sent: Friday, August 12, 2005 6:12 PM Subject: Re: [fpc-devel] WinCE port docs at wiki Great ! 1°) i had a look to the writeln pb ie text to std output give a runtime error 103. so i tried the same code with evc-> the result: nothing appear in fact cmd.exe is not installa

Re: [fpc-devel] WinCE port docs at wiki

2005-08-12 Thread Florian Klaempfl
Oro06 wrote: > Great ! > > 1°) i had a look to the writeln pb ie text to std output give a runtime > error 103. > so i tried the same code with evc-> the result: nothing appear > in fact cmd.exe is not installad by default on pda's ie not text > console, no CON: device > but this can be install

Re: [fpc-devel] WinCE port docs at wiki

2005-08-12 Thread Oro06
Great ! 1°) i had a look to the writeln pb ie text to std output give a runtime error 103. so i tried the same code with evc-> the result: nothing appear in fact cmd.exe is not installad by default on pda's ie not text console, no CON: device but this can be installed with external tools (ms

[fpc-devel] WinCE port docs at wiki

2005-08-11 Thread Yury Sidorov
Hi, The latest info about WinCE port can be found here: http://www.freepascal.org/wiki/index.php/WinCE_port Yury Sidorov. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel