Re[2]: [fpc-pascal] Freepascal on Mac

2004-10-25 Thread Aleksey Vaneev
Hello Olle, Thanks for your reply, it's not bad to have a gfx-related Linux compatibility at the same time. Monday, October 25, 2004, 11:14:53 PM, you wrote: OR> In Lazarus it should in theory be possible to make an X Windows program OR> which can be run in the X Windows enviroment in Mac OS X

Re: [fpc-pascal] Encrypt routine

2004-10-25 Thread Ron Weidner
Well, How simple do you need? Will a simple XOR routine do? http://delphi.icm.edu.pl/ftp/d10free/clcrypt.zip If you need better, here is a site with a bunch of routines. http://delphi.icm.edu.pl/newl/d20/f039_001.htm hth Ron_W --- Luiz Américo <[EMAIL PROTECTED]> wrote: > I'm looking for

Re: [fpc-pascal] FPC on ARM (eg Zaurus)

2004-10-25 Thread Den Jean
On Monday 25 October 2004 02:36 am, Florian Klaempfl wrote: > What about putting these information into the fpc wiki? > see my first wiki page on: http://www.freepascal.org/wiki/index.php/Setup_Cross_Compile_For_ARM linked by [Arm] (under development) http://www.freepascal.org/wiki/index.php/Pl

Re: [fpc-pascal] Freepascal on Mac

2004-10-25 Thread Olle Raab
04-10-23 16.22, skrev Peter Vreman följande: > At 15:38 23-10-2004, you wrote: >> >> My goal is to be able to have the same program I have for Win32 >> compile and run for Mac just by switching compiler's target. > > See www.lazarus.freepascal.org for a the delphi-like RAD environment In Lazaru

[fpc-pascal] Encrypt routine

2004-10-25 Thread Luiz Américo
I'm looking for a simple file encryption routine (or an external library). Something like: Procedure EncryptFile(FileName,Key:String); Procedure DecryptFile(FileName,Key:String); I'd be glad with someone help Luiz ___ fpc-pascal maillist - [EMAIL PR