[fpc-pascal] Message methods with string identifier

2008-08-12 Thread Leonardo Cecchi
Hi, I've some problems with message methods with string identifiers: the DispatchStr method in the TObject class seems not to be working. For example I have: TMsg = record messageName:String[200]; messageValue:integer; end; TTestMessages = class(TObject) ... procedure OnClick(var msg:TMsg);

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Felipe Monteiro de Carvalho
On Tue, Aug 12, 2008 at 2:34 PM, Jeff Wormsley <[EMAIL PROTECTED]> wrote: > Does this support MIPS based CE devices, or only ARM? Most people are using ARM, and that's what the pre-compiled compiler is for. Some people experiment with x86-wince, but I never tested this myself. The compiler does

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Jonas Maebe
On 12 Aug 2008, at 18:34, Jeff Wormsley wrote: Felipe Monteiro de Carvalho wrote: For Windows CE the best is using the lastest add-on snapshots: http://wiki.lazarus.freepascal.org/Windows_CE_Interface#Using_the_snapshot_add-on_installer The commonly used solution is cross-compiling from desk

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Jeff Wormsley
Felipe Monteiro de Carvalho wrote: For Windows CE the best is using the lastest add-on snapshots: http://wiki.lazarus.freepascal.org/Windows_CE_Interface#Using_the_snapshot_add-on_installer The commonly used solution is cross-compiling from desktop windows. Does this support MIPS based CE

Re: [fpc-pascal] Translate C to Pascal

2008-08-12 Thread Mattias Gaertner
On Tue, 12 Aug 2008 09:39:36 +0200 Jilani Khaldi <[EMAIL PROTECTED]> wrote: > Marc Weustink wrote: > > Micha Nelissen wrote: > >> Mattias Gärtner wrote: > >>> How to translate this: > >>> > >>> struct a; > >> > >> Isn't this a forward declaration? So sometime later it needs to > >> declare 'struct

Re: [fpc-pascal] ask some reference books

2008-08-12 Thread Francisco Reyes
On 10:29 pm 08/11/08 "Galloplus Chang" <[EMAIL PROTECTED]> wrote: > Would you please recommand some useful reference books for Free > Pascal or other Pascal-related language,such like objectPascal and Have you checked the Documents section in the http://freepascal.org site? http://www.freepascal.o

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Paul
Thanks to all, Paul - Original Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, August 12, 2008 4:14 PM Subject: Re: [fpc-pascal] Mac & WinCe For Windows CE the best is using the lastest add-on snapshots: http://

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Felipe Monteiro de Carvalho
For Windows CE the best is using the lastest add-on snapshots: http://wiki.lazarus.freepascal.org/Windows_CE_Interface#Using_the_snapshot_add-on_installer The commonly used solution is cross-compiling from desktop windows. There is also the stable 0.9.24 release for windows and the corresponding

Re: [fpc-pascal] Translate C to Pascal

2008-08-12 Thread Jilani Khaldi
Marc Weustink wrote: Micha Nelissen wrote: Mattias Gärtner wrote: How to translate this: struct a; Isn't this a forward declaration? So sometime later it needs to declare 'struct a { ... };' ? If not, can't it be translated as: a: record end; ? Yes, it can. -- Jilani KHALDI -

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Jonas Maebe
On 12 Aug 2008, at 08:15, Michael Van Canneyt wrote: On Mon, 11 Aug 2008, Paul wrote: Is there a seperate mac-list ? For FPC, Not that I am aware of. I do think there is a forum on the community website, but I do not know how much it is visited. There is a Mac Pascal list at http://lists.

Re: [fpc-pascal] Mac & WinCe

2008-08-12 Thread Michael Van Canneyt
On Mon, 11 Aug 2008, Paul wrote: > HI all, > > I need to port a Delphi program to Mac and WinCe, but I've never used FPC. > What is the best version of FPC/Lazarus to use ? FPC 2.2.2 A new lazarus will be released as soon as possible. > Where can I find documentation ? On the website. http:/

[fpc-pascal] ask some reference books

2008-08-12 Thread Galloplus Chang
Hi guys, Would you please recommand some useful reference books for Free Pascal or other Pascal-related language,such like objectPascal and Ada.. here I'm in PRChina,and soon I'll be in HongKong,some published books may not be availableand ebooks may be illegal I prefer documents und

[fpc-pascal] Mac & WinCe

2008-08-12 Thread Paul
HI all, I need to port a Delphi program to Mac and WinCe, but I've never used FPC. What is the best version of FPC/Lazarus to use ? Where can I find documentation ? I also need a ZLibEx (very fast Zlib) compatible library for the Mac. Is there a seperate mac-list ? Thanks Paul __