• 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
Incompatible types error for two longs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Incompatible types error for two longs
      • From: Godfrey DiGiorgi <email@hidden>
  • Prev by Date: Re: Intermediate Library Targets
  • Next by Date: Running X11 tasks from Xcode
  • Previous by thread: Re: Deque / Queue
  • Next by thread: Re: Incompatible types error for two longs
  • Index(es):
    • Date
    • Thread