Incompatible types error for two longs
Incompatible types error for two longs
- Subject: Incompatible types error for two longs
- From: Ken Tozier <email@hidden>
- Date: Sun, 22 Feb 2004 21:02:30 -0500
I'm taking my first foray into XCode and have found it a bit trying so
far. The latest bit of sillyness is that it's telling me that I can't
assign the value of one long to another due to incompatible types.
long var1 = 5,
var2;
var2 = var1;
Yeilds -> error: conflicting types for "var2"
Has anyone else seen this type of problem? Seems like a bug to me.
Ken
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.