Article # 328, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Forgetting to declare the resources in the .gp file.
Q. When compiling, Glue complains: "Error test.gp 41: resource CommonCode not defined" though the .goc file has: @start CommonCode; [ ... ] @end CommonCode what does the err message mean? A. It means you didn't declare the resources in the .gp file. Add a line something like this: resource COMMONCODE shared