CompuServe Thread

Olaf Barthels Software

6 messages in this thread
#27203From: paul blackAug 22, 1992 12:39 AM
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
#27208From: Steve AhlstromAug 22, 1992 2:01 AM
GT_Underscore is a 2.0 thing. Do you have the 2.0 include files from SAS or CBM?
#27226From: Jim Shaffer Jr.Aug 22, 1992 2:29 PM
Steve, I think SAS 5.10 shipped with the 2.03 includes. GT_Underscore didn't exist until 2.04, apparently.
#27358From: paul blackAug 25, 1992 6:31 AM
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
#27232From: Steve TibbettAug 22, 1992 3:34 PM
GT_Underscore was defined after the Lattice headers were created. Here's what you need: #define GT_Underscore GT_TagBase+64 …Steve
#27357From: paul blackAug 25, 1992 6:29 AM
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