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
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:

Re: [fpc-devel] WinCE port windows.h

2005-08-13 Thread Oro06
1°)actual (wince 4.2) windows.h need at : windef.h, types.h, winbase.h, wingdi.h, winuser.h, winreg.h, shellapi.h, ole2.h, imm.h, tchar.h, excpt.h, strsafe.h actual window.pp (from fpc 2.1.X) look at : base.inc, errors.inc, defines.inc, struct.inc, messages.inc, ascfun.inc, unifun.inc,

[fpc-devel] Constant arrays sometimes produce incorrect data tables

2005-08-13 Thread David Butler
Hi all I picked up this weird code generation problem (it was also present in 2.0.0). I reported it as bug 4277 today. Unfortunately I can only reproduce it in a specific context, so please e-mail me for the unit. The problem is when you define an array of constant strings. For example: const

Re: [fpc-devel] WinCE port windows.h

2005-08-13 Thread Florian Klaempfl
Oro06 wrote: 1°)actual (wince 4.2) windows.h need at : windef.h, types.h, winbase.h, wingdi.h, winuser.h, winreg.h, shellapi.h, ole2.h, imm.h, tchar.h, excpt.h, strsafe.h actual window.pp (from fpc 2.1.X) look at : base.inc, errors.inc, defines.inc, struct.inc, messages.inc, ascfun.inc,

Re: [fpc-devel] Constant arrays sometimes produce incorrect data tables

2005-08-13 Thread Anton Tichawa
David Butler wrote: Hi all I picked up this weird code generation problem (it was also present in 2.0.0). I reported it as bug 4277 today. Unfortunately I can only reproduce it in a specific context, so please e-mail me for the unit. The problem is when you define an array of constant

[fpc-devel] StrToNetAddr6

2005-08-13 Thread Johann Glaser
Hi! It seems that the StrToNetAddr6 function is not implemented yet (http://svn.freepascal.org/svn/fpc/trunk/rtl/inc/sockets.inc). I wrote an implementation (attached as file including some testcases). I hope you can use it for the Sockets unit. Bye Hansi Program IP6; Function

Re: [fpc-devel] According to Valgrind, something is wrong in IndexByte

2005-08-13 Thread Jan Ruzicka
On Aug 13, 2005, at 10:41, Micha Nelissen wrote: On Sat, 13 Aug 2005 00:03:01 -0400 Jan Ruzicka [EMAIL PROTECTED] wrote: On Aug 12, 2005, at 05:04, Micha Nelissen wrote: But if I use my own version (which I use for delphi and is i386 specific), it reports no errors in this location, for