Re: PCH not being used
Re: PCH not being used
- Subject: Re: PCH not being used
- From: Chris Hanson <email@hidden>
- Date: Sun, 22 Jan 2006 17:49:02 -0800
On Jan 22, 2006, at 12:38 PM, Burt Johnson wrote:
I added typedef for those items into 'FitSync_Prefix.pch' (the file
was
created by the wizard). Tried to build again... and the same
problems are
reported? Looks like the pch is not being used. I thought the wizard
would have made all the necessary link ups.
It does.
Just out of curiosity, did you put the declarations within the #ifdef
__OBJC__/#endif block in the generated .pch file? And then try to
use those definitions when compiling a C or C++ source file (rather
than an Objective-C or Objective-C++ source file)?
-- Chris
_______________________________________________
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