Re: [fpc-pascal] Clueless here

2006-06-30 Thread Darius Blaszijk
I'm using 2.0.2 on winxp Darius - Original Message - From: "Dominique Leducq" <[EMAIL PROTECTED]> To: Sent: Friday, June 30, 2006 5:15 PM Subject: Re: [fpc-pascal] Clueless here On Fri, 30 Jun 2006 12:30:33 +0200 "Darius Blaszijk" <[EMAIL PROTECTED]> wrote: I did as you and Michal

Re: [fpc-pascal] Clueless here

2006-06-30 Thread Dominique Leducq
On Fri, 30 Jun 2006 12:30:33 +0200 "Darius Blaszijk" <[EMAIL PROTECTED]> wrote: > I did as you and Michalis suggested, but it makes no difference the > application keeps crashing. I keep getting a " Invalid floating point > operation". What architecture are you working on? what version(s) of th

Re: [fpc-pascal] Clueless here

2006-06-30 Thread Darius Blaszijk
I did as you and Michalis suggested, but it makes no difference the application keeps crashing. I keep getting a " Invalid floating point operation".   Darius - Original Message - From: mariano podesta To: FPC-Pascal users discussions Sent: Thursday, June 29, 2006

Re: [fpc-pascal] RE: findfirst and findnext on non accessible files

2006-06-30 Thread Marc Santhoff
Am Donnerstag, den 29.06.2006, 16:16 +0200 schrieb Marc Santhoff: > How can i detect if sysutils.FindFirst() or FindNext() fails lacking > permissions? As a quick and dirty hack I added an addtitional "stat" on the starting dir for FindFirst and let it bail out early for protecting "ErrNo" ("open

Re[2]: [fpc-pascal] Code example needed, please!

2006-06-30 Thread Пётр Косаревский
> If the application is a standalone one you can create the backend in a dll. > The front end can be a > windows application who share the dll. Well, I didn't check it today, but two months ago it was extremely buggy (crashes). There were about 5 open bugs regarding this situation and .dll gene

Re: [fpc-pascal] Code example needed, please!

2006-06-30 Thread Alexey Pavluchenko
Hello Rainer, Thursday, June 29, 2006, 11:42:12 AM, you wrote: [skip] RH> My idea is to write the backend in FPC. It shall only use StdIn/StdOut and RH> also parse its command line options. The Frontend shall be - in a first step - RH> be written in Delphi or Lazarus, but because I ask here for

Re: [fpc-pascal] Code example needed, please!

2006-06-30 Thread Leonardo M. Ram
Rainer, If the application is a standalone one you can create the backend in a dll. The front end can be a windows application who share the dll. Later, if you want to evolve to a Client/Server architecture, you can create a service/daemond linked to the dll, the daemond must have a protocol to

Re: [fpc-pascal] Clueless here

2006-06-30 Thread mariano podesta
hi daruischange this line     Params[i] := @Parameters[i];with thisParams[i]^ := Parameters[i];hope it works.marianop ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal