On Wednesday 31 January 2007 20.44, Krishna wrote:
> On 1/24/07, Martin Schreiber <[EMAIL PROTECTED]> wrote:
> > MSEide+MSEgui version 1.0 is released:
> >
> > http://mypage.bluewin.ch/msegui/
> >
> > Have a lot of fun!
>
> Congratulations! great work. I had trouble running the linux version
> whic
Hello,
I committed to SVN a unit that implements support for services on Windows.
On unix, it'll work as a simple console application, with the same semantics
as a service. The unit is called daemonapp.
I've succesfully written a test application (it's in fcl/tests/daemon.pp) which
runs cross-pla
Hello Martin,
On 1/24/07, Martin Schreiber <[EMAIL PROTECTED]> wrote:
MSEide+MSEgui version 1.0 is released:
http://mypage.bluewin.ch/msegui/
Have a lot of fun!
Congratulations! great work. I had trouble running the linux version
which crashed on startup. Changed the LANG environment variab
Hi,
How do I copy Dynamic Arrays? I can't do what I used to in Delphi,
using the Copy() function, as FPC keeps telling me I have the wrong
number of parameters.
Doesn't FPC supporting copying dynamic arrays?
I have the following code which works in Delphi
-
procedure TSome
Hi,
How do I copy Dynamic Arrays? I can't do what I used to in Delphi,
using the Copy() function, as FPC keeps telling me I have the wrong
number of parameters.
Doesn't FPC supporting copying dynamic arrays?
I have the following code which works in Delphi
-
procedure TSome