On 7 May 2009, at 16:17, Mike Simmons wrote:
The part "objc++ is completely unmaintained" is a little worrisome. Can I assume that it is stable/usable? I need it only to allow my app to use existing C++ code in various libraries. Apart from instantiating the existing C++ objects and invoking their methods from within my Objective-C code, I really won't be doing any new C++ code.
It may work. It may continue to work in the future. It isn't built by default in the packaged versions of GCC for most operating systems. For portable code, consider adding a C wrapper around your C+ + code.
David _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
