Subject: Inheriting Objective-C classes into C++ classes
Message-ID: <235@ventura.UUCP>
Date: 12 Dec 92 22:16:00 GMT
References: <1992Nov30.212359.1563@meaddata.com>
Sender: news@ventura.UUCP
Reply-To: ventura!vs@UCSD.EDU
Organization: Ventura Software, Inc., A XEROX Company
Lines: 8
Nntp-Posting-Host: vpdsb
We are having a set of classes defined in Objective-C. We are now shifting to C++ and
would like to inherit the Objective-C classes into C++ classes. It is presumed that a C++ wrapper would be required for the Objective-C classes. If anyone has tried doing such a thing earlier, their experiences would be invaluable to us. ( The underlying idea to the whole exercise is to avoid rewriting a large Objective-C codebase into C++ ).