[fpc-pascal] RE: Exec(), Linux, and /dev/null redirection

2010-02-18 Thread Zitt Zitterkopf
I wanted to thank you guys for you help with this and other problems I posted recently. My project entered beta today... and I'm expecting it to be opensourced in the coming mth or so. I ended up using the suggestion of using the fpsystem() call which seemed to work well except that it

[fpc-pascal] Exec(), Linux, and /dev/null redirection

2010-02-16 Thread Zitt Zitterkopf
I'm cross developing a program in free pascal running FreeVision. When running under Linux / Busybox; I'm attempting to mount a device to scan it for a set of files. Since I'm running a TUI (Text User Interface); I cannot have the BusyBox mount command printing failure information to the

[fpc-pascal] Assigning events in objects

2010-02-03 Thread Zitt Zitterkopf
All, I'm writing a TurboVision App to cross compile to Linux - but debugging on my main Win32 box. In this app; I'm attempting to use the TFPTimer component to trigger an event every 1000ms. I can't get the bugger to compile; despite google searches and a lot of experience in Delphi. The