forward declaration errrors?
forward declaration errrors?
- Subject: forward declaration errrors?
- From: Eric Hackborn EH <email@hidden>
- Date: Tue, 20 Jul 2004 07:47:16 -0700
(sorry if this is posted twice)
Hi all,
I have a carbon app project in xcode 1.2 that is giving an error on
all forward declarations. There's nothing fancy about anything I'm
doing,
it's the standard
class AClass;
class BClass
{
...
void Func(AClass* arg);
...
};
and the error is just the generic "error: parse error before '*' token"
I assume there's just some flag turned off somewhere but I was never
aware you could turn off forward declarations so I haven't seen any
option for this. Anyone know about this?
thanks much,
eric hackborn
_______________________________________________
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.