From: David E. <de...@us...> - 2011-04-22 17:54:13
|
Oops, sorry. The subject header is wrong. It should read TinyCOBOL. The source code included is valid for TC. Has been tested on MONO and Win32-CSharp. I neglected to mention that for mono, the LD_LIBRARY_PATH needs to be set. Otherwise a mono run-time exception will occur. export LD_LIBRARY_PATH=$PWD mono program02.exe For Win32, the DLLs need to be located in the CWD or in the PATH. Cheers. |