Re: [fpc-devel] Small Wstrings problem

2005-06-27 Thread Florian Klaempfl
Martin Schreiber wrote: On Sunday 26 June 2005 20.07, Florian Klaempfl wrote: I didn't merge the widestring memory handling to fixes and it wasn't wrong to do so, see the current failures :) They don't work with checkpointer (see bug report 4125). Anybody a suggestion how we should

Re: [fpc-devel] Small Wstrings problem

2005-06-27 Thread Michael Van Canneyt
On Mon, 27 Jun 2005, Florian Klaempfl wrote: Martin Schreiber wrote: On Sunday 26 June 2005 20.07, Florian Klaempfl wrote: I didn't merge the widestring memory handling to fixes and it wasn't wrong to do so, see the current failures :) They don't work with checkpointer (see bug report

Re: [fpc-devel] Small Wstrings problem

2005-06-27 Thread Florian Klaempfl
Martin Schreiber wrote: On Monday 27 June 2005 11.38, Peter Vreman wrote: Move all FPC_CHECKPOINTER calls to a function tcg.maybe_checkpointer() that also requires a tdef as argument. Make an exception for tdef=widestring under windows. Does it work with pwidechar(widestring) or

Re: [fpc-devel] Small Wstrings problem

2005-06-27 Thread Martin Schreiber
On Monday 27 June 2005 13.53, Florian Klaempfl wrote: That won't like people who count on delphi compatibility. Maybe we should make the widestring heap allocation through the widestring manager so heaptrace can hook it. Then the other way around, a new widestring which is reference counted

[fpc-devel] WinCE port

2005-06-27 Thread Yury Sidorov
Hello, I started WinCE port. Any help is appreciated. Currently not much is done. I added added new (empty) target wince to compiler and built crosscompiler for arm with wince target. I have some questions: 1. What is simplest way to add wince target to makefiles? The only way I see is to

[fpc-devel] ARM crosscompiler in latest trunk

2005-06-27 Thread Yury Sidorov
Hi, I updated source to the latest 510 revision and get the following error while compiling ARM crosscompiler: cpubase.pas(416,65) Fatal: Syntax error, , expected but ) found The error is due to type Tsubregister was changed. Yury Sidorov. ___

Re: [fpc-devel] WinCE port

2005-06-27 Thread Florian Klaempfl
Yury Sidorov wrote: Hello, I started WinCE port. Any help is appreciated. Currently not much is done. I added added new (empty) target wince to compiler and built crosscompiler for arm with wince target. I have some questions: 1. What is simplest way to add wince target to

Re: [fpc-devel] WinCE port

2005-06-27 Thread Yury Sidorov
From: Florian Klaempfl [EMAIL PROTECTED] 1. What is simplest way to add wince target to makefiles? The only way I see is to edit all makefile.fpc files and add wince to them. What do you mean with all? Only the top level make files should really need extra effort. For the other Makefiles

Re: [fpc-devel] WinCE port

2005-06-27 Thread Florian Klaempfl
Yury Sidorov wrote: From: Florian Klaempfl [EMAIL PROTECTED] 1. What is simplest way to add wince target to makefiles? The only way I see is to edit all makefile.fpc files and add wince to them. What do you mean with all? Only the top level make files should really need extra effort. For