Re: 'class' in .h file
Re: 'class' in .h file
- Subject: Re: 'class' in .h file
- From: Troy Dawson <email@hidden>
- Date: Sat, 22 Nov 2003 02:34:45 -0800
Is there something I need to do to allow Cocoa apps or the Obj-C
compiler to allow 'class' declarations in my .h files?
enable objective-C++ compilation by either changing the extension to
.mm or explicitly setting the filetype to objcpp in the property
inspector for the .m file.
this latter may not be available in xcode 1.0...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.