FROM : Justin Spahr-Summers
DATE : Mon Apr 25 23:46:08 2005
No, class1 is a C++ object.
On 4/25/05, James Dessart <<email_removed>> wrote:
> On 4/25/05, Keith Ray <keith.<email_removed>> wrote:
> > myClass1 = new class1;
>
> I think he might have more luck with:
>
> myClass1 = [[class1 alloc] init];
>
> Just a thought. ;)
>
> --
> James Dessart
> Blog: http://skwirl.net/
> Software dev. services: http://skwirl.com/
DATE : Mon Apr 25 23:46:08 2005
No, class1 is a C++ object.
On 4/25/05, James Dessart <<email_removed>> wrote:
> On 4/25/05, Keith Ray <keith.<email_removed>> wrote:
> > myClass1 = new class1;
>
> I think he might have more luck with:
>
> myClass1 = [[class1 alloc] init];
>
> Just a thought. ;)
>
> --
> James Dessart
> Blog: http://skwirl.net/
> Software dev. services: http://skwirl.com/
| Related mails | Author | Date |
|---|---|---|
| Aaron Boothello | Apr 25, 16:52 | |
| Stephane Sudre | Apr 25, 16:53 | |
| Keith Ray | Apr 25, 17:09 | |
| Aaron Boothello | Apr 25, 17:11 | |
| James Dessart | Apr 25, 17:14 | |
| John C. Daub | Apr 25, 17:37 | |
| Justin Spahr-Summe… | Apr 25, 23:46 |






Cocoa mail archive

