[fpc-pascal] Webservice from .Net

2008-07-08 Thread [EMAIL PROTECTED]
I build webservice app with .Net and connect to client app with fpc. I used wst unit. But i have problem with WSDL translate result using the Lazarus IDE. There is no parameter/function like wst samples. Can anyone help me? or give the tutorial step by step? Tq _

[fpc-pascal] Re: Ports unit on x64 Linux port

2008-07-08 Thread Vladimir Karpenko
>>> x64 port? >> >>>There is a tutorial for Hardware Access here: >>>http://wiki.lazarus.freepascal.org/Hardware_Access >> Well of course i read that, but there is no ports unit in x64 Linux. >> >> uses >> Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, >ExtCtrls, >> {$IFDE

Re: [fpc-pascal] Error during building DEB package

2008-07-08 Thread ik
There is no version 2.2.2rc1 there is 2.2.2 or 2.2.3. that is, 2.2.2rc is not the version of the compiler but the version of the package. Ido On Tue, Jul 8, 2008 at 4:36 PM, Roland Turcan <[EMAIL PROTECTED]> wrote: > Hello FPC-Pascal users discussions! > > [EMAIL PROTECTED]:/usr/lib/lazarus/fpcbu

[fpc-pascal] Error during building DEB package

2008-07-08 Thread Roland Turcan
Hello FPC-Pascal users discussions! [EMAIL PROTECTED]:/usr/lib/lazarus/fpcbuild$ sudo make deb NOGDB=1 [sudo] password for user: Debian version (2.2.2rc1) is not correct, expect 2.2.3 make: *** [debcheck] Error 1 What could it be a problem? Upgrade from 7.10 to 8.04 didn't solve this problem. T

[fpc-pascal] Re: Hardware Access on x64 Linux

2008-07-08 Thread Csányi Pál
Vladimir Karpenko writes: >>> How can i access harware ports if there is no ports unit on Linux >>> x64 port? > >>There is a tutorial for Hardware Access here: >>http://wiki.lazarus.freepascal.org/Hardware_Access > Well of course i read that, but there is no ports unit in x64 Linux. > > uses >

[fpc-pascal] (no subject)

2008-07-08 Thread Vladimir Karpenko
>> How can i access harware ports if there is no ports unit on Linux >> x64 port? >There is a tutorial for Hardware Access here: >http://wiki.lazarus.freepascal.org/Hardware_Access Well of course i read that, but there is no ports unit in x64 Linux. uses Classes, SysUtils, LResources, Forms,

Re: [fpc-pascal] Flush(StdOut) doesn't mean Flush(Output)

2008-07-08 Thread Tomas Hajny
On Mon, July 7, 2008 12:11, leledumbo wrote: > > So, what's the purpose of having them? That's the part I could not answer myself and asked others who could remember the reasons for introducing it. There may have been technical reasons like support for "absolute" keyword (which could support a rea