Ok. As long as you know how to call a DLL routine from your code:
either we go for the default OS/2 calling convention (that is: syscall) or
your Pascal compiler needs the DLL to use the pascal calling convention.
And then we have this Pascal string thingy going on (1 byte string length
followed by the string WITHOUT any zero terminator).
I guess you will have to browse your documentation ....
P.S.: I'd prefer a DLL over calling buildlevel, that will avoid the hassle
of piping stdout etc. etc. etc.
Lars
"Peter Brown" <
losepeteS...@ntlworld.com> schrieb im Newsbeitrag
news:g9aes.290818$PU2....@fx23.am4...