Re: Mixing CPP and Obj-C

2010-08-26 Thread koko
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

Re: Mixing CPP and Obj-C

2010-08-26 Thread Shawn Erickson
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

Re: Mixing CPP and Obj-C

2010-08-26 Thread koko
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

Re: Mixing CPP and Obj-C

2010-08-26 Thread Dave Carrigan
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