[Gambas-user] Soup's on - Auto-compile shared object utility procedures

Cedron Dawg cedron at exede.net
Sat Mar 30 17:51:17 CET 2019


I just posted an entry to Gambas.One titled: "Auto-Compiling Shared Libraries"

https://forum.gambas.one/viewtopic.php?f=4&t=688

It contains a zip file for a starter "libGambas" directory structure for writing and testing shared libraries.

I finally solved the error capture problem.  It simply involved changing "for read" to "for input" in the Exec statement.  The reason that worked is due to "A virtual terminal has only one output. Consequently, the standard error output of the running process is received through the Read event."

http://gambaswiki.org/wiki/lang/exec

Attn Hans L. and other non-English forum members:  Please feel free to repost this material, ideally translated, in your forums.

Ced



More information about the User mailing list