• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode Compile Problem - HELP!!!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode Compile Problem - HELP!!!


  • Subject: Re: XCode Compile Problem - HELP!!!
  • From: Horst Hösel <email@hidden>
  • Date: Thu, 15 Feb 2007 18:19:41 +0100


Some more information. I have the following lines in my C file. The first group works ok, the second causes a compile error, but XCode does not show the error. Probably since it's buried deep inside some .h files.
#if 1
crsUtilSetDictionaryNumberValue(myPixelBufferOptions, 0,thePixelFormat);
crsUtilSetDictionaryNumberValue(myPixelBufferOptions, 0,theBoundingRectPtr->size.width);
crsUtilSetDictionaryNumberValue(myPixelBufferOptions, 0,theBoundingRectPtr->size.height);
crsUtilSetDictionaryNumberValue(myPixelBufferOptions,0,16);
#else
crsUtilSetDictionaryNumberValue (myPixelBufferOptions,kCVPixelBufferPixelFormatTypeKey,thePixelFormat) ;
crsUtilSetDictionaryNumberValue (myPixelBufferOptions,kCVPixelBufferWidthKey,theBoundingRectPtr- >size.width);
crsUtilSetDictionaryNumberValue (myPixelBufferOptions,kCVPixelBufferHeightKey,theBoundingRectPtr- >size.height);
crsUtilSetDictionaryNumberValue (myPixelBufferOptions,kCVPixelBufferBytesPerRowAlignmentKey,16);
#endif



Just a wild guess: Look for where your kCVPixelBufferPixelFormatTypeKey and friends come from.


HTH,
Horst

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

  • Follow-Ups:
    • Re: XCode Compile Problem - HELP!!!
      • From: Dave <email@hidden>
References: 
 >xcodeindex include path (From: "Oscar Stiffelman" <email@hidden>)
 >XCode Compile Problem - HELP!!! (From: Dave <email@hidden>)

  • Prev by Date: XCode Compile Problem - HELP!!!
  • Next by Date: Re: Linker refuses to link my dylib? Why?
  • Previous by thread: XCode Compile Problem - HELP!!!
  • Next by thread: Re: XCode Compile Problem - HELP!!!
  • Index(es):
    • Date
    • Thread