Article # 251, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
I get "class
Q. We have a class definition for FooProcessClass. When the definition is in the .def file, Esp gives a "Class FooProcessClass is multiply defined" error. When we move the declaration into the .asm file, the error goes away. A. The .def file is being included by more than one asm file, so you end up with multiple definitions of the class.