Choosing not to run on 10.1
Choosing not to run on 10.1
- Subject: Choosing not to run on 10.1
- From: Andrew Thompson <email@hidden>
- Date: Mon, 24 Feb 2003 23:19:10 -0500
I have a Cocoa application that requires Jaguar to run.
I've read technote 2064
(
http://developer.apple.com/technotes/tn2002/tn2064.html), and I
understand about weak linking and have defined MACOSX_DEPLOYMENT_TARGET
and MAC_OS_X_VERSION_MIN_REQUIRED accordingly.
What I want to know is, what happens if a 10.1 user runs this
application?
Will the app just bounce a couple of times then quit? Or will there be
a nice dialog informing the user that the application requires 10.2 and
can't be run?
If this is not built in to the OS, does anyone have any suggestions
about a good way to provide such a dialog?
Should I do something like call Carbon in main.m before
NSApplicationMain() is called?
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
(see you later space cowboy ...)
_______________________________________________
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.