Hi,
I have a tab project with 4 viues. When I creats a object in vuea,
and try to use it in vue b I get a bad_instruction exception.
example.
in the delgates class methed didload i have
NotUsed2=[NSMutableString initWithCapacity:80];
[NotUsed2 setString:@"test"];
then in my viue game i have
[NotUsed2 setString: @"hi"];
which gets called up when a buton is press.
it causes a bad_instruction exception.
The value pointer, of NotUsed2 is the same.
Any idears????
Ted
--
You received this message because you are subscribed to the Google Groups "iPhone Application Development Auditors" group.
To post to this group, send email to
iphone-appd...@googlegroups.com.
To unsubscribe from this group, send email to
iphone-appdev-aud...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/iphone-appdev-auditors?hl=en.