SDK REALplugin.h need to be updated
the only definition of TARGET_COCOA is in :
#if TARGET_CPU_PPC
#if COCOA
#define TARGET_COCOA 1
#if ALLOW_CARBON_IN_COCOA
#ifdef TARGET_CARBON
#undef TARGET_CARBON
#endif
#define TARGET_CARBON 1
#endif
#elif TARGET_API_MAC_CARBON
#define TARGET_CARBON 1
#else
#define TARGET_PPC 1
#endif
#endif
but what about intel CPU ?
Le 22 févr. 07 à 17:25, Didier CUGY a écrit :
> the last at the moment ...
>
> at linking time XCODE don't find quiktime Library API
>
> _REALgetMovieMovie
> _REALgetMoviePlayerController
> _REALenterMovies
>
>
> It seems there is something wrong in COCOA XCODE API.
>
> does somebody solve this problem ?
>
> bests
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>