Yes, this new version is also written for GnuCOBOL, and I will soon make it available under an open-source license. The CGI libraries, which fully emulate the Fujitsu CGI libraries, will also be open source, as well as the EXTFH version for GnuCOBOL. The new debugger, and more generally my work, is entirely focused on web-side development
Hi Eugenio great job ! A lot of debuggers are popping up here lately. In the meantime, I have also rewritten a new visual debugger. first I developed a GnuCOBOL library that emulates the Fujitsu CGI module, since I am planning to move my web application to GnuCOBOL. The next step will be to try rewriting the Fujitsu ISAM module for GnuCOBOL as well. https://www.tp-one.it/debugger.gif
Hi i have upload a new gnucobol open source tools. it perform a file description analysis and write an output result file. You can use it by command line. In the past used a cobfd 16bit executable but rigth now I need to manage it with a 32bit or 64bit architecture so I wrote one that has the same output. it's a first pre release version ... https://gnucobol.altervista.org
The opencobol italian group site has been moved to gnucobol.altervista.org work in progress but take a look . The guicobol project is going ahead.
Maybe a typo by changing a few lines. It seems strange. I'll take a look these days.
Did you run agartest succesfully ? Actually i am working under ubuntu 16.04 lts . Due to a machine allingment some pointers have fixed length ii guess your trouble is that. To take a short test you should have to write aa sample that simple create aa form.very simple with guicobol. Brian was looking to give a strong solution. Actually it runs with aa work around.
Thanks
Yes that is what i meant... justo to give you an example on my windows pc I used to include my copy... SET COB_COPY_DIR=C:\OPENCOBOL\COPY;F:\STIPEURO\CBL;F:\STIPEURO\CPY Federico MESSAGGIO ORIGINALE Hi federico, thanks for the fast reply! I don't exactly understand what you mean by: how.kind.of grammar did you use to attach the other folders? I exported the debuggers installation directory /opt/gd which contains the procanim.cpy and workanim.cpy with: export COBCPY="$COBCPY:/opt/gd" and the errors...