Re: XCode built project crash related to .o files and p_threads?
Re: XCode built project crash related to .o files and p_threads?
- Subject: Re: XCode built project crash related to .o files and p_threads?
- From: Steve Checkoway <email@hidden>
- Date: Wed, 4 Feb 2009 03:37:41 -0800
On Feb 4, 2009, at 12:13 AM, Stephen Northcott wrote:
What was happening (and I have no idea how) was that a #define in
an .h file was in charge of making certain variables be defined.
However, the corresponding #ifdef with the same label in the .cpp
file were working the opposite way round, or simply ignoring the
#define from the .h file. It's almost as if the #define was not
carrying across from the .h file to the .cpp file.
Am I missing something there?
Just to make sure, you're not accidentally using #ifdef in one and
#ifndef in the other, are you?
--
Steve Checkoway
"Anyone who says that the solution is to educate the users
hasn't ever met an actual user." -- Bruce Schneier
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden