>It seems, that Unix.POpen(TxtFile,cmd,'R') does not work.
>Giving no error, cmd is not executed, EOF(TxtFile) is true
>and Unix.PClose gives result 127.
>
>Is that a known issue? I could not find anything about that
>in the mailing list archive or buck tracking system.
>
>
On Fri, 13 Oct 2006, Felipe Monteiro de Carvalho wrote:
> Hello,
>
> I am writing bindings for DBus (interprocess communication) library,
> but I'm a little lost about how to create them. The procedural
> low-level code is already working.
>
> Basically I can have one software that constantly
On Wed, 11 Oct 2006, Jason P Sage wrote:
>> I read an old thread about how to make temporary filenames (unique
>> filenames is what the topic was about) and I have written a simple
>> unit that sort of does this without needing a second to elapse (or
>> millisecond for that
>> matter) to pass i
Felipe Monteiro de Carvalho wrote:
> Hello,
>
> I am writing bindings for DBus (interprocess communication) library,
> but I'm a little lost about how to create them. The procedural
> low-level code is already working.
>
> Basically I can have one software that constantly scans the bus in a
> loo
Hello,
I am writing bindings for DBus (interprocess communication) library,
but I'm a little lost about how to create them. The procedural
low-level code is already working.
Basically I can have one software that constantly scans the bus in a
loop in search of messages, and another that sends me
On Fri, 13 Oct 2006, Alexander Todorov wrote:
> On 10/11/06, Alexander Todorov <[EMAIL PROTECTED]> wrote:
> > Hello list,
> > currently I am using RemObjects Pascal Script as a scripting language
> > for a project of mine.
> > All scripts are simple programs that use "API" exported from the main
On 10/11/06, Alexander Todorov <[EMAIL PROTECTED]> wrote:
Hello list,
currently I am using RemObjects Pascal Script as a scripting language
for a project of mine.
All scripts are simple programs that use "API" exported from the main
program. They have and some global variables defined as well.
e