Article # 21, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Can't mix Vis and Gen objects
ERROR: CORRUPT_LINKAGE (This happens when I start my program.) SOLUTION: 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 on ly child of the GenClass object. Usually you will not have Vis objects under Gen objects, since technically it can't be done.