[fpc-devel] Widestrings in win32

2007-06-16 Thread Martin Schreiber
Hi, It seems that CG plans to implement an non BSTR widestring type for win32: http://groups.google.ch/group/borland.public.delphi.non-technical/msg/7caeced42f1934a4?hl=en; The introduced string handling for the Unicode VCL is equivalent to the string handling in MSEgui BTW. Martin

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Daniël Mantione
Op Sat, 16 Jun 2007, schreef Martin Schreiber: Hi, It seems that CG plans to implement an non BSTR widestring type for win32: http://groups.google.ch/group/borland.public.delphi.non-technical/msg/7caeced42f1934a4?hl=en; The introduced string handling for the Unicode VCL is equivalent to

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Martin Schreiber
On Saturday 16 June 2007 08.57, Daniël Mantione wrote: Op Sat, 16 Jun 2007, schreef Martin Schreiber: Hi, It seems that CG plans to implement an non BSTR widestring type for win32: http://groups.google.ch/group/borland.public.delphi.non-technical/msg/7ca eced42f1934a4?hl=en The

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Daniël Mantione
Op Sat, 16 Jun 2007, schreef Martin Schreiber: On Saturday 16 June 2007 08.57, Daniël Mantione wrote: Op Sat, 16 Jun 2007, schreef Martin Schreiber: Hi, It seems that CG plans to implement an non BSTR widestring type for win32:

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Martin Schreiber
On Saturday 16 June 2007 10.10, Daniël Mantione wrote: I made the change, could you please test for any problems, as we are really close to 2.2.0. Thanks, I start to work. Something like this? [...] Posted to delphi.non-tech. Martin ___ fpc-devel

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Micha Nelissen
Martin Schreiber wrote: Hi, It seems that CG plans to implement an non BSTR widestring type for win32: http://groups.google.ch/group/borland.public.delphi.non-technical/msg/7caeced42f1934a4?hl=en; The introduced string handling for the Unicode VCL is equivalent to the string handling in

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Micha Nelissen
Daniël Mantione wrote: {$ifndef FPC} type ptruint=longword; {$endif} ... in order to be able to get their code to work on Win64 using FPC; this You mean to let it compile on delphi (win32), while porting the code to win64 using FPC. It would compile on FPC anyway. Micha

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Florian Klaempfl
Daniël Mantione schrieb: Op Sat, 16 Jun 2007, schreef Martin Schreiber: On Saturday 16 June 2007 08.57, Daniël Mantione wrote: Op Sat, 16 Jun 2007, schreef Martin Schreiber: Hi, It seems that CG plans to implement an non BSTR widestring type for win32:

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Daniël Mantione
Op Sat, 16 Jun 2007, schreef Florian Klaempfl: Daniël Mantione schrieb: Op Sat, 16 Jun 2007, schreef Martin Schreiber: On Saturday 16 June 2007 08.57, Daniël Mantione wrote: Op Sat, 16 Jun 2007, schreef Martin Schreiber: Hi, It seems that CG plans to implement an non BSTR

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Marco van de Voort
Op Sat, 16 Jun 2007, schreef Martin Schreiber: Hi, It seems that CG plans to implement an non BSTR widestring type for win32: http://groups.google.ch/group/borland.public.delphi.non-technical/msg/7caeced42f1934a4?hl=en; The introduced string handling for the Unicode VCL is equivalent

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Marco van de Voort
Op Sat, 16 Jun 2007, schreef Marco van de Voort: Not working? Why is widestring not working? Moreover this would rule out getting Delphi (existing Delphi) compatible in the 2.2 series? When assigning two records/arrays/whatever type containing a widestring to another the compiler: *