Objectiv-C++ to ANSI-C++ problem
Objectiv-C++ to ANSI-C++ problem
- Subject: Objectiv-C++ to ANSI-C++ problem
- From: "Hire" <email@hidden>
- Date: Wed, 14 Jan 2004 10:23:19 +0900
Hello
I am developing a sample application using COCOA and Objective-C++.
This sample application need to use existing carbonized framework.
This framework was developed using CodeWarrior and C++.
In sample code I am able to declare C++ object. Also using "new"
operator I can create instance of c++ object. But while deleting that
object using "delete" operator EXC_BAD_ACESS signal is raised.
Why is so.
This mean that new does not return valid pointer/reference to c++ object.
In XCodes debug window it shows stack trace of class methods that I have
not invoked.
What is actually problem.
Is runtime model of Framework and Cocoa-based application differ?
How bridge this gap?
SBH
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.