Re: how to build c++ file and create its instance in another objective-c class

2008-06-06 Thread Jean-Daniel Dupas
That's odd, when I search iPhone + NDA on this list a got a lots of answer like thoses ones: “As ever, the iPhone SDK is under the NDA you agreed to. You cannot discuss it here.” “This is the point where we slam up hard against the non-disclosure agreement to which we all had to agree to

Re: how to build c++ file and create its instance in another objective-c class

2008-06-06 Thread Tang Ke
Hi Jean, Merci! I tried to rename it to Adder.mm, also tried to rename my viewcontroller to viewcontroller.mm, it didn't work. I searched google, ADC, and cocoadev.com, and really couldn't find an answer. Cheers, Tang 2008/6/6 Jean-Daniel Dupas <[EMAIL PROTECTED]>: > > Le 6 juin 08 à 16:53, T

Re: how to build c++ file and create its instance in another objective-c class

2008-06-06 Thread Jean-Daniel Dupas
Le 6 juin 08 à 16:53, Tang Ke a écrit : Hi, I'm new to iphone os programming and my project involves to build c+ + files within the xcode cocoa touch environment. So i tried to create a new cocoa touch project and use the interface builder to add a button and a label. So that when i press

how to build c++ file and create its instance in another objective-c class

2008-06-06 Thread Tang Ke
Hi, I'm new to iphone os programming and my project involves to build c++ files within the xcode cocoa touch environment. So i tried to create a new cocoa touch project and use the interface builder to add a button and a label. So that when i press the button, the label would show the result of th