Re: [fpc-pascal] Small OSX GUI apps

2008-09-16 Thread Jon
Thank you for your replies Jonas > if you're coming from Win32 programming, you may want to read this: > http://developer.apple.com/documentation/Porting/Conceptual/win32porting/win32porting.html Interesting document. Do I have to install Interface Builder and XCode to use FPC? > > Are any *sim

Re: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Gustavo Enrique Jimenez
2008/9/16 Adriaan van Os <[EMAIL PROTECTED]>: > Roland Turcan wrote: >> >> Hello FPC-Pascal users discussions! >> >> What is the best way to keep the binary compatibility among different >> CPU architectures. >> >> I need to make our own database engine compatible and other binary >> files, that us

Re: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Vincent Snijders
Roland Turcan schreef: Hello all, Thanks for all responses and I've got the answer I thought I get, but I don't like it. :-| Never mind. I cannot make any change on the data structure which is on the market about 10 years, but at least I have one advantage. The software was developed and is sti

Re[2]: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Roland Turcan
Hello all, Thanks for all responses and I've got the answer I thought I get, but I don't like it. :-| Never mind. I cannot make any change on the data structure which is on the market about 10 years, but at least I have one advantage. The software was developed and is still used on i386 platform

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Felipe Monteiro de Carvalho
On Tue, Sep 16, 2008 at 2:38 PM, Paul <[EMAIL PROTECTED]> wrote: > version 0.9.24 Try updating then. Which means at the moment using a snapshot (you need to install both lazarus for win32 and then the wince addon on top of. You can have multiple versions of Lazarus installed in your system). Or

Re: [fpc-pascal] Use Free Pascal on Pandora handheld game console

2008-09-16 Thread Jonas Maebe
On 16 Sep 2008, at 15:36, Guillermo Martínez Jiménez wrote: I was looking in the maillist archive but I didn't find an answer. Did somebody planned to compile, test and release FPC for the Pandora handgeld game console? (www.openpandora.org) I've not heard of anyone wanting to this. Looking

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Paul
version 0.9.24 - Original Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, September 16, 2008 6:55 PM Subject: Re: [fpc-pascal] Can't resize form in WinCE Which version of Lazarus are you using? You should use a sna

Re: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Jeff Wormsley
Well, the (inefficient / multiplatform - choose one) way is to not store data as binary, instead using something like XML. Probably not an option, but there will be a tradeoff and a penalty no matter what. One way would be store the data in the endianness of the consistently slower platform (

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Felipe Monteiro de Carvalho
Which version of Lazarus are you using? You should use a snapshot, or the upcoming 0.9.26 -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Adriaan van Os
Adriaan van Os wrote: Roland Turcan wrote: Hello FPC-Pascal users discussions! What is the best way to keep the binary compatibility among different CPU architectures. I need to make our own database engine compatible and other binary files, that user still can use our data from i386 or PowerP

Re: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Adriaan van Os
Roland Turcan wrote: Hello FPC-Pascal users discussions! What is the best way to keep the binary compatibility among different CPU architectures. I need to make our own database engine compatible and other binary files, that user still can use our data from i386 or PowerPC computer. I really d

Re: [fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Francisco Reyes
Roland Turcan writes: I need to make our own database engine compatible and other binary files, that user still can use our data from i386 or PowerPC computer. Do you mean you are trying to keep your binary data files compatible between these two architectures? I don't have an answer, but i

Re: [fpc-pascal] TThread.WaitFor not returning?

2008-09-16 Thread Luca Olivetti
En/na Graeme Geldenhuys ha escrit: procedure TtiLogToCacheAbs.Terminate; begin writeln('>> TtiLogToCacheAbs.Terminate'); FThrdLog.Terminate; writeln(' called .Terminate() and now calling .WaitFor()'); FThrdLog.WaitFor; writeln('<< TtiLogToCacheAbs.Terminate'); end; Any ideas? Do

Re: [fpc-pascal] FPC for FreeBSD AMD64?

2008-09-16 Thread Francisco Reyes
Boris Samorodov writes: On Mon, 15 Sep 2008 17:38:44 +0200 (CEST) Marco van de Voort wrote: As soon as it can compile itself, I'll upload a snapshot. Next will be getting access to C libraries (linking to shared libs) It realy will be great when it's ready. I understand that ports are about

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Paul
Hi Felipe, I have a printed copy of this document and already have used all available borderstyles without success. (I'm using an emulator) Paul - Original Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, Septemb

[fpc-pascal] Binary compatibility between Intel CPU and PowerPC CPU

2008-09-16 Thread Roland Turcan
Hello FPC-Pascal users discussions! What is the best way to keep the binary compatibility among different CPU architectures. I need to make our own database engine compatible and other binary files, that user still can use our data from i386 or PowerPC computer. I really don't like the idea to c

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Felipe Monteiro de Carvalho
Hello, The behavior is documented here: http://wiki.freepascal.org/Windows_CE_Development_Notes#Positioning_and_size_of_Dialogs_and_Forms In short, set the BorderStyle to bsDialog, but you really should read this wiki page to better understand Windows CE development. -- Felipe Monteiro de Carv

[fpc-pascal] Use Free Pascal on Pandora handheld game console

2008-09-16 Thread Guillermo Martínez Jiménez
Hello. I was looking in the maillist archive but I didn't find an answer. Did somebody planned to compile, test and release FPC for the Pandora handgeld game console? (www.openpandora.org) I will try to buy one when it comes to be available (pre-order on September 30) so if nobody else will I wo