Re: [fpc-pascal] Unix.POpen does not work

2006-10-13 Thread Marco van de Voort
>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. > >

Re: [fpc-pascal] DBus Bindings

2006-10-13 Thread Michael Van Canneyt
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

[fpc-pascal] Re: Temporary Filenames in GO32

2006-10-13 Thread Jason P Sage
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

Re: [fpc-pascal] DBus Bindings

2006-10-13 Thread Florian Klaempfl
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

[fpc-pascal] DBus Bindings

2006-10-13 Thread Felipe Monteiro de Carvalho
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

Re: [fpc-pascal] Using FPC as a scripting engine

2006-10-13 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Using FPC as a scripting engine

2006-10-13 Thread Alexander Todorov
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