| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I'm not entirely sure what you're trying to prove here. #pragma CALL_ON_LOAD
et.al. are deprecated on Mac OS X 10.4, in favor of gcc's
__attribute__((constructor)) and __attribute__((destructor))
<http://developer.apple.com/releasenotes/DeveloperTools/dyld.html>.
C++ constructors and destructors work better in 10.4, and the problems with
c++ on 10.3.x and earlier were, I believe, one of the main reasons for the
rewrite of dyld.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden
| References: | |
| >Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4? (From: "John C. Daub" <email@hidden>) | |
| >Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4? (From: Gen Kiyooka <email@hidden>) | |
| >Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4? (From: "Peter O'Gorman" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.