Re: [fpc-pascal] Freepascal Advocate Store

2005-06-23 Thread Vincent Snijders
Florian Klaempfl wrote: L505 wrote: Are there any I Love Freepascal t-shirts, hats, coffee mugs, etc.? Afaik not. Not exactly Freepascal, but it has a familiar cheetah: http://www.cafepress.com/miraclec Vincent. ___ fpc-pascal maillist - fp

Re: [fpc-pascal] Freepascal Advocate Store

2005-06-23 Thread Lance Boyle
Make your own without leaving your computer: www.t-shirts.com. Lance On Jun 23, 2005, at 1:42 PM, Florian Klaempfl wrote: L505 wrote: Are there any I Love Freepascal t-shirts, hats, coffee mugs, etc.? Afaik not. ___ fpc-pascal maillist - fp

Re: [fpc-pascal] Freepascal Advocate Store

2005-06-23 Thread Florian Klaempfl
L505 wrote: Are there any I Love Freepascal t-shirts, hats, coffee mugs, etc.? Afaik not. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Suspending app

2005-06-23 Thread Tomas Hajny
Darius Blaszijk said: > Hi, > > I have an app that checks several files continuously and when the fileage > has changed the app performs some instructions. I have put the checks in a > loop. The drawback is that the processor is now 100% loaded. I could use > the > FindFirstChangeNotification API o

Re: [fpc-pascal] Exec with many params

2005-06-23 Thread Marco van de Voort
> a single parameter when executing a file > let's change the above example to > cat ~/anyfile1 ~/anyfile2 > or just: > dir /p c: > > or anything else, which needs many params > > Anyway, if using the shell() would help in linux, it's a good hint. > But for portability what do I do in other OS? >

Re: [fpc-pascal] OT: ObjectPascal Operating System

2005-06-23 Thread [EMAIL PROTECTED]
Seems interesting... But how could anybody help... if the source code is not available ?? Bye, Skybuck ;) - Original Message - From: "listmember" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, June 15, 2005 1:18 PM Subject: [fpc-pascal] OT: ObjectPascal Opera

Re: [fpc-pascal] Exec with many params

2005-06-23 Thread Florian Klaempfl
Antal wrote: >>>in linux I can't use the exec for executing a program with more than one >>>parameter. >>>I tried to supply more than a parameter separeted with whitespace, but >>>it's not reliable, since the program is treating it as just one parameter >>> >>>so I can't pass options to programs,

[fpc-pascal] Exec with many params

2005-06-23 Thread Antal
> > in linux I can't use the exec for executing a program with more than one > > parameter. > > I tried to supply more than a parameter separeted with whitespace, but > > it's not reliable, since the program is treating it as just one parameter > > > > so I can't pass options to programs, such as: