Re: [fpc-devel] Widestrings in win32

2007-06-17 Thread Michael Van Canneyt
On Sun, 17 Jun 2007, Marco van de Voort wrote: > > On Sat, 16 Jun 2007, Marco van de Voort wrote: > > > Good, so now we are COM compatible again? This because I am planning to > > > port > > > the OpenOffice bridge. > > > > > > However that uses COM _and_ packages. (though I hope to get rid of

Re: [fpc-devel] Widestrings in win32

2007-06-17 Thread Marco van de Voort
> On Sat, 16 Jun 2007, Marco van de Voort wrote: > > Good, so now we are COM compatible again? This because I am planning to port > > the OpenOffice bridge. > > > > However that uses COM _and_ packages. (though I hope to get rid of the > > need for pacakges) > > How can it require packages ? Pack

Re: [fpc-devel] Widestrings in win32

2007-06-17 Thread Michael Van Canneyt
On Sat, 16 Jun 2007, Marco van de Voort wrote: > > 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/array

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 comp

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Daniël Mantione
Op Sat, 16 Jun 2007, schreef 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&;

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Florian Klaempfl
Marco van de Voort schrieb: >> 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 h

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"

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 impl

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: http://grou

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Martin Schreiber
On Saturday 16 June 2007 10.10, Daniël Mantione wrote: > 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

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Daniël Mantione
Op Sat, 16 Jun 2007, schreef 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&; > >

Re: [fpc-devel] Widestrings in win32

2007-06-16 Thread Daniël Mantione
Op Sat, 16 Jun 2007, schreef 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 > win6

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

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

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: > > > http://groups.google.ch/group/borland.

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

Re: [fpc-devel] Widestrings in win32

2007-06-15 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 equivalen

[fpc-devel] Widestrings in win32

2007-06-15 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 __