Re: Crash in virtual method call
Re: Crash in virtual method call
- Subject: Re: Crash in virtual method call
- From: Philip Aker <email@hidden>
- Date: Thu, 12 Jun 2008 19:23:14 -0700
On 08-06-12, at 15:07, Doug Hill wrote:
I tried to come up with a better example that more closely resembles
my class architecture but I still couldn't reproduce the crash. But
feel free to check this out if you like:
http://elasmobranch.com/TestProjects.zip
Hi Doug,
Apart from any C++ related things, you've got some significant
problems with wiring up things for dependent frameworks in Xcode. I
suggest you tackle that area first before trying to fix something that
might not be broke.
For instance, a framework include is either:
#include <Framework1/class1.h>
or
#import <Framework1/class1.h>
and implies some cooperation from both the target including the
framework, and the framework which is referenced.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Democracy: Two wolves and a sheep voting on lunch.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden