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
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
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
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
> 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?
>
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
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,
> > 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: