• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
forward declaration errrors?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >mismatching weak references for symbol? (From: Dave Camp <email@hidden>)
 >Re: mismatching weak references for symbol? [solved] (From: Dave Camp <email@hidden>)

  • Prev by Date: automatic saves and or backups?
  • Next by Date: Agvtool new-marketing-version
  • Previous by thread: Re: mismatching weak references for symbol? [solved]
  • Next by thread: Makefile - Finding project Source files
  • Index(es):
    • Date
    • Thread