From: Hudson R. <hud...@so...> - 2002-06-20 16:18:14
|
Hi Vinicio, > I just installed TinyCobol (RPM) - RedHat 7.3, I compiled a small program like "Hello" everything is ok. > > Then I download the TCGUI from your webpage, made the changes to "wish8.0" to run editor.tcl and ran ok. > > Let me tell you looks great, I made couple of screen, generate the .cpy and .gui > > My question is: > Do I have to install TCGUI somehow?? No.. > I tried to compile the tcgui-ex1.cob but some errors came out of the compilation process like "-ldb" not found. After i saw this problem I ran Makefile (changing the ../.. path" but having some errors) Insert the '-S' switch in var COBFLAGS, to htcobol generate a assembly code. COBFLAGS=-P -D -S Could you insert a typescript file with the errors? > Could you gime some guidelines in order to test your program with TCGUI and start programming... I attach a "Hello World" program using TinyCOBOL and TCGUI. Including, see the TCGUI/doc files. It can help you... Hope this help. Regards Hudson |