[fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Graeme Geldenhuys
Hi, The following website isn't working anymore... Could somebody please email me a copy of PocketCMD or have an alternative link I can download if from. http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD/index.htm Regards, - Graeme -

[fpc-devel] More about calling objc methods from pascal

2008-01-19 Thread Felipe Monteiro de Carvalho
Hello, I am proceding to build the initial part of what would be Cocoa Pascal bindings, but I got really stuck in one part. Calling methods without any parameters works fine, but I just started with the first method with parameters and it just doesn't work. It's a trivial program that just shows

Re: [fpc-devel] Re: Bug in revision 9781/2

2008-01-19 Thread Daniël Mantione
Op Sat, 19 Jan 2008, schreef Karl-Michael Schindler: Hallo, it's me again. Bug is fixed with revision 9785 Well, not fixed, but just disabled on Darwin. However, it did finally succeed on Win32 this night. Hi there, when cycling fpc on macosx/darwin-386 (10.5) I get this error:

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: Hi, The following website isn't working anymore... Could somebody please email me a copy of PocketCMD or have an alternative link I can download if from. http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD/index.htm Problem is that it works

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Graeme Geldenhuys
On 19/01/2008, Florian Klaempfl [EMAIL PROTECTED] wrote: Problem is that it works not anymore on Windows Mobile 5 or 6. I want to develop (fpGUI Toolkit) for my iQue M5 PDA which runs Windows Mobile 2003 2nd edition. So it should be ok. Anybody know where I can get a Windows Mobile 2003 2nd

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Felipe Monteiro de Carvalho
On Jan 19, 2008 10:47 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Anybody know where I can get a Windows Mobile 2003 2nd Edition emulator? I may be wrong, but it's possible that the only solution is going back in time and get them from MS website =) There are instructions here to install

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Paul Ishenin
Graeme Geldenhuys wrote: Anybody know where I can get a Windows Mobile 2003 2nd Edition emulator? I'm not sure if it's a good idea to try and run apps directly on my PDA first time round. The only link I could find in Microsoft's site is for Windows Mobile 6 SDK (which I think includes a

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Yury Sidorov
From: Florian Klaempfl [EMAIL PROTECTED] Graeme Geldenhuys schrieb: Hi, The following website isn't working anymore... Could somebody please email me a copy of PocketCMD or have an alternative link I can download if from.

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Yury Sidorov
From: Graeme Geldenhuys [EMAIL PROTECTED] On 19/01/2008, Florian Klaempfl [EMAIL PROTECTED] wrote: Problem is that it works not anymore on Windows Mobile 5 or 6. I want to develop (fpGUI Toolkit) for my iQue M5 PDA which runs Windows Mobile 2003 2nd edition. So it should be ok. Anybody

Re: [fpc-devel] New -Xg option in the last 9778 revision

2008-01-19 Thread Tomas Hajny
On 18 Jan 08, at 22:29, Michael Van Canneyt wrote: On Fri, 18 Jan 2008, Flávio Etrusco wrote: That is partly true. The problem is that setting -Xs doesn't help if there is also -g in the command line. So people think that the compiler strips the executable, but in fact the

Re: [fpc-devel] New -Xg option in the last 9778 revision

2008-01-19 Thread Jonas Maebe
On 19 Jan 2008, at 12:43, Tomas Hajny wrote: On 18 Jan 08, at 22:29, Michael Van Canneyt wrote: On Fri, 18 Jan 2008, Flávio Etrusco wrote: But why doesn't FPC spit a warning when these (seemingly conflicting) options are used? It silently switches off -Xs when debug info is selected.

Re: [fpc-devel] New -Xg option in the last 9778 revision

2008-01-19 Thread Jonas Maebe
On 19 Jan 2008, at 13:22, Jonas Maebe wrote: 2) asymmetrical (-Xs -g, b: requires extra explanations and can be unintuitive because the switches are sometimes orthogonal and sometimes not Something got left out here, that should have read: 2) asymmetrical (-Xs -g turns off stripping, but

Re: [fpc-devel] Re: Bug in revision 9781/2

2008-01-19 Thread Jonas Maebe
On 19 Jan 2008, at 15:54, Peter Vreman wrote: This call and pop is old-style PIC and not good for new cpus because it breaks the call-stack. Please use the new style that calls a function (fpc_geteipasebx). This also generated by the compiler. See i386/cgcpu.pas and search for

Re: [fpc-devel] Re: Bug in revision 9781/2

2008-01-19 Thread Marc Weustink
Daniël Mantione wrote: Op Sat, 19 Jan 2008, schreef Jonas Maebe: On 19 Jan 2008, at 15:54, Peter Vreman wrote: This call and pop is old-style PIC and not good for new cpus because it breaks the call-stack. Please use the new style that calls a function (fpc_geteipasebx). This also

Re: [fpc-devel] Re: Bug in revision 9781/2

2008-01-19 Thread Daniël Mantione
Op Sat, 19 Jan 2008, schreef Marc Weustink: Daniël Mantione wrote: Op Sat, 19 Jan 2008, schreef Jonas Maebe: On 19 Jan 2008, at 15:54, Peter Vreman wrote: This call and pop is old-style PIC and not good for new cpus because it breaks the call-stack. Please use the new style that calls

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Graeme Geldenhuys
On 19/01/2008, Yury Sidorov [EMAIL PROTECTED] wrote: You can safely develop on WM5 or WM6 emulator. The program will run on WM2003 in most cases. You can test it on real WM2003 device from time to time. That's good to know, thanks Yury. PS: Any change you can email me a copy of PocketConsole

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Felipe Monteiro de Carvalho
On Jan 19, 2008 6:21 PM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Any change you can email me a copy of PocketConsole (or PocketCMD - not sure if it's the same thing). From reviews on the internet I believe it is free, but the original website doesn't exist anymore or is currently down. If

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Graeme Geldenhuys
On 19/01/2008, Yury Sidorov [EMAIL PROTECTED] wrote: I e-mailed it to you. Thanks Yury, got it! Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Graeme Geldenhuys
On 19/01/2008, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: If it's really freely redistributable, maybe we could host it somewhere, what do you think? The reviews I read simply said it was free, they didn't mention anything about th redistribution. But as I mentioned, the original

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Yury Sidorov
From: Graeme Geldenhuys [EMAIL PROTECTED] On 19/01/2008, Yury Sidorov [EMAIL PROTECTED] wrote: You can safely develop on WM5 or WM6 emulator. The program will run on WM2003 in most cases. You can test it on real WM2003 device from time to time. That's good to know, thanks Yury. PS: Any

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Graeme Geldenhuys
On 19/01/2008, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On Jan 19, 2008 10:47 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Anybody know where I can get a Windows Mobile 2003 2nd Edition emulator? I may be wrong, but it's possible that the only solution is going back in time

Re: [fpc-devel] PocketCMD for Windows CE devices

2008-01-19 Thread Yury Sidorov
From: Graeme Geldenhuys [EMAIL PROTECTED] On 19/01/2008, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On Jan 19, 2008 10:47 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Anybody know where I can get a Windows Mobile 2003 2nd Edition emulator? I may be wrong, but it's possible that