Re: cross development on Jaguar
Re: cross development on Jaguar
- Subject: Re: cross development on Jaguar
- From: Dennis Falling <email@hidden>
- Date: Thu, 2 Dec 2004 14:03:25 -0600
Is there any way to design an application to use two different nibs
based on the version? So if you're running 10.3 you get the pretty
rolloverbutton, otherwise just a standard NSButton? Also if that's
possible, is there a way in the code to not include certain lines if
10.2? For example the declaration of that button (either as NSButton
or AMRolloverButton.)
Thanks,
-dennis falling
On Dec 2, 2004, at 1:24 PM, Nick Zitzmann wrote:
On Dec 2, 2004, at 11:57 AM, Dennis Falling wrote:
Removing the line from the prefix header in the Target Info does
reduce my errors:
/Users/dfalling/Temp/FasTar/1.0.4/AMRollOverButtonCell.h:25: error:
parse error before "NSShadow"
/Users/dfalling/Temp/FasTar/1.0.4/AMRollOverButtonCell.h:76: error:
parse error before "NSShadow"
/Users/dfalling/Temp/FasTar/1.0.4/AMRollOverButtonCell.h:77: fatal
error: method definition not in class context
By the way, the framework I'm trying to build is the AMRolloverButton
at <http://www.harmless.de/cocoa.html#rollover>.
That project appears to depend on NSShadow, which is not available for
Jaguar, so that is why the build is not succeeding. To resolve this,
you'll either need to remove all NSShadow references from the code, or
not use the 10.2.8 SDK and require Panther for your product.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden