Re: [fpc-pascal] MSEide+MSEgui version 1.0

2007-01-31 Thread Martin Schreiber
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

[fpc-pascal] FPC support for Windows Service apps or Unix Daemons.

2007-01-31 Thread Michael Van Canneyt
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

Re: [fpc-pascal] MSEide+MSEgui version 1.0

2007-01-31 Thread Krishna
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

Re: [fpc-pascal] Copy and Dynamic Arrays

2007-01-31 Thread Henry Vermaak
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

[fpc-pascal] Copy and Dynamic Arrays

2007-01-31 Thread Graeme Geldenhuys
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