Problem upgrading from X-Code 1.5 to 2.2.1
Problem upgrading from X-Code 1.5 to 2.2.1
- Subject: Problem upgrading from X-Code 1.5 to 2.2.1
- From: John Draper <email@hidden>
- Date: Mon, 08 May 2006 17:44:07 -0700
I get an error aat this piece of code...
InviteClient::InviteClient()
{
connected = false;
// registerHandle = 0;
done = false;
pHangupAt = 0;
hfv = 0;
txt = nil;
sdp = nil;
}
error: initialized reference member 'InviteClient::reqresponse'
build failed 1 error
This code worked when I was building it in X-Code 1.5 - Now I get this
error. Why?
And how do I tell my X-Code I want to use the gcc3.3 compiler instead of 4.0
just in case this problem is caused by the compiler upgrade.
Also, could someone please tell me what this option does... It's in the
main project's (get info) window called...
"Call c++ Default Ctors/Dtors in Objective C"
I tried checking it, but it doesn't seem to make much of a difference.
John
Thanx
_______________________________________________
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