home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!apple!applelink.apple.com
- From: PARKS.W@AppleLink.Apple.COM (Parks, William,APD)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Descendent in another unit???
- Message-ID: <726039372.8654152@AppleLink.Apple.COM>
- Date: 3 Jan 93 05:33:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 19
-
-
- I am having problems using a descendent class of a classe I have derived
- from standard MacApp. It works ok when it is in the same unit as their ancestor
- class. But when I move them to another unit, no amount of includes, MAMake, or
- class PascalObj TAdminDialog; forward declaration I still get an error.
-
- base class undefined.
-
- I've even tried extern to no avail.
-
- I seem to be missing something basic.
-
-
- Any help would be appreciated.
-
- Thanks Bill Parks
-
-
-
-