Thanks Shawn. I will review the referenced article.
-koko
On Aug 26, 2010, at 11:06 AM, Shawn Erickson wrote:
On Thu, Aug 26, 2010 at 9:11 AM, wrote:
I want to add Obj-C to classes in a CPP static library that is
used by Mac
and Windows apps. I have set the compile type to cpp.objc so tha
On Thu, Aug 26, 2010 at 9:11 AM, wrote:
> I want to add Obj-C to classes in a CPP static library that is used by Mac
> and Windows apps. I have set the compile type to cpp.objc so that the file
> extension can remain .cpp and compile on Windows. I am #ifdef'ing functions
> that use Cocoa.
>
> M
Thanks Dave.
On Aug 26, 2010, at 10:17 AM, Dave Carrigan wrote:
On Aug 26, 2010, at 9:11 AM, k...@highrolls.net wrote:
I want to add Obj-C to classes in a CPP static library that is
used by Mac and Windows apps. I have set the compile type to
cpp.objc so that the file extension can remain
On Aug 26, 2010, at 9:11 AM, k...@highrolls.net wrote:
> I want to add Obj-C to classes in a CPP static library that is used by Mac
> and Windows apps. I have set the compile type to cpp.objc so that the file
> extension can remain .cpp and compile on Windows. I am #ifdef'ing functions
> that