Article # 503, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
I get a CORRUPT_LINKAGE error in Swat.
Q. I get this error in Swat: CORRUPT_LINKAGE (This happens when I start my program.) A. What's wrong is you probably have a VisClass object as a child of a GenClass object. VisClass objects don't have GI_comp fields, thus the generic tree has a "hole" in it where the VisClass object is. To remedy the problem, make sure the VisClass is the only child of the GenClass object.