Olaf Barthels Software
6 messages in this thread
I've tried compiling some programs by Olaf Barthel using Lattice C version
5.10b. In each of his programs I have a problem with a symbol called
GT_underscore being undefined. Can anyone tell me what is causing this
problem and what the fix is. I am keen to get over this hurdle because I
want to figure out how to program WB 2.0 screens… Paul
GT_Underscore is a 2.0 thing. Do you have the 2.0 include files from SAS
or CBM?
Steve,
I think SAS 5.10 shipped with the 2.03 includes. GT_Underscore didn't
exist until 2.04, apparently.
Hi Steve,
I am using the SAS header files. I will try the fix that the
other message suggested. BTW, do you know of any other programs for the Ami
WB 2.0 that provide source… Paul
GT_Underscore was defined after the Lattice headers were created. Here's
what you need:
#define GT_Underscore GT_TagBase+64
…Steve
Hi Steve,
Thanks for letting me know about the GT_Underscore fix. I'll try
it out as soon as I log off. I'm looking around for programs that use the
WB 2.0 productivity mode and provide source. Apart from Olaf Barthel's
programs do you know of any other examples… Paul