Re: cpp class keywotd
Re: cpp class keywotd
- Subject: Re: cpp class keywotd
- From: koko <email@hidden>
- Date: Thu, 28 Apr 2011 21:48:30 -0600
Well, apparently, compiling for iOS app versus iOS static lib treats the processing of the .pch diifferently.
Moving some things out of .pch in the app build which are in the .pch of the lib build solved my problem.
I would like to know more about this if anyone can shed some light.
-koko
On Apr 28, 2011, at 9:34 PM, koko wrote:
> I am refining my previous post.
>
> What could cause the cpp class keyword to not be recognized when compiling an iOS app?
>
>
> BMetaData.h:13 class BMetaData
>
> /Volumes/_working/_working/_iOS/DisplayEmbroidery/../../LibBase/LibBase/BMetaData.h:13:0 /Volumes/_working/_working/_iOS/DisplayEmbroidery/../../LibBase/LibBase/BMetaData.h:13:
>
> error: expected '=', ',', ';', 'asm' or '__attribute__' before 'BMetaData'
>
>
>
> -koko
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden