Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-14 Thread Martin Schreiber
On Tuesday, 14. September 2010 17.00:02 Florian Klaempfl wrote: > >>> In MSEgui there are many local classdefs in the form of > >>> " > >>> type > >>> ttheclass1 = class(ttheclass); > >>> " > >>> in order to access protected class members > >> > >> This should not create any additional data. > > >

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-14 Thread Jonas Maebe
On 14 Sep 2010, at 17:23, Martin Schreiber wrote: The classes are used for example by " with ttheclass1(theclassinstance) do begin end; " Using a class means sending a class message to it, or using the class type as a first class entity in the program (e.g. "x is classtype"). A typecast c

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-14 Thread Dimitri Smits
- "Florian Klaempfl" schreef: > Am 13.09.2010 13:47, schrieb Martin Schreiber: > > On Monday, 13. September 2010 13.24:18 Florian Klaempfl wrote: > >> Am 13.09.2010 11:15, schrieb Martin Schreiber: > >>> Delphi 7 FPC > >>> Exe size: 3131392

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-14 Thread Graeme Geldenhuys
Op 2010-09-13 14:34, Daniël Mantione het geskryf: > > Please don't turn this discussion into a UTF-8 versus UCS-2/UTF-16 > debate. I had no such intension. I guess I was simply stating the obvious - that FPC resourcestrings might have issue with other Unicode formats (which wouldn't surprise me)

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-14 Thread Florian Klaempfl
Am 13.09.2010 17:10, schrieb Dimitri Smits: > > - "Florian Klaempfl" schreef: > >> Am 13.09.2010 13:47, schrieb Martin Schreiber: >>> On Monday, 13. September 2010 13.24:18 Florian Klaempfl wrote: Am 13.09.2010 11:15, schrieb Martin Schreiber: > Delphi 7

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Florian Klaempfl
Am 13.09.2010 13:47, schrieb Martin Schreiber: > On Monday, 13. September 2010 13.24:18 Florian Klaempfl wrote: >> Am 13.09.2010 11:15, schrieb Martin Schreiber: >>> Delphi 7 FPC >>> Exe size: 3131392 3689304 >>> Code: 2128524

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Daniël Mantione
Op Mon, 13 Sep 2010, schreef Graeme Geldenhuys: Op 2010-09-13 13:47, Martin Schreiber het geskryf: I can not use resource strings because FPC resource strings are not unicode capable AFAIK. Probably related to your choice of UCS-2 - I don't really know the specific issues you have, so it i

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Martin Schreiber
On Monday, 13. September 2010 14.12:38 Graeme Geldenhuys wrote: > Op 2010-09-13 13:47, Martin Schreiber het geskryf: > > I can not use resource strings because FPC resource strings are not > > unicode capable AFAIK. > > Probably related to your choice of UCS-2 - I don't really know the specific > i

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Graeme Geldenhuys
Op 2010-09-13 13:47, Martin Schreiber het geskryf: > > I can not use resource strings because FPC resource strings are not unicode > capable AFAIK. Probably related to your choice of UCS-2 - I don't really know the specific issues you have, so it is hard to tell. I can say that I have been using

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Martin Schreiber
On Monday, 13. September 2010 13.24:18 Florian Klaempfl wrote: > Am 13.09.2010 11:15, schrieb Martin Schreiber: > > Delphi 7 FPC > > Exe size: 3131392 3689304 > > Code: 2128524 2138240 > > Data: 752085

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Florian Klaempfl
Am 13.09.2010 11:15, schrieb Martin Schreiber: > Delphi 7 FPC > Exe size: 3131392 3689304 > Code: 2128524 2138240 > Data: 752085 1541256 Do you use a lot of resource strings? ___

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Martin Schreiber
On Monday, 13. September 2010 12.57:14 Adem wrote: > Martin, > > Could I have a copy of this exact setup --unless it is too big to send. > What do you need? The source is here: http://developer.berlios.de/svn/?group_id=11520 The compiler commands are here: http://www.mail-archive.com/fpc-devel%40

Re: [fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Adem
Martin, Could I have a copy of this exact setup --unless it is too big to send. Cheers, Adem On 9/13/2010 12:15 PM, Martin Schreiber wrote: Hi, Some numbers about the MSEide exes compiled as testcase in http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg19068.html System: win200

[fpc-devel] Comparison Delphi7/FPC2.4.0 compiled MSEide exe's

2010-09-13 Thread Martin Schreiber
Hi, Some numbers about the MSEide exes compiled as testcase in http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg19068.html System: win2000, AMD Athlon XP 3000+, 1GB RAM Delphi 7 FPC Exe size: 3131392 3689304 Code: 21285