• 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
XCode compiling issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XCode compiling issues


  • Subject: XCode compiling issues
  • From: affa <email@hidden>
  • Date: Thu, 03 May 2007 11:12:21 +0200

Hey there,
I'm trying to get into XCode compiling, but i am facing some problems.
can anyone tell me why the following doesn't compile?

...
int function(Vector3& v1)
...

int otherfunction()
{
Vector3 v;
int j = function(v); // working
int i = function(Vector3()); // not working, "no matching function for call to function(Vector3)
// candidates are int function(Vector3&)
}
...



what's the problem here? it's compiling on a PC with Visual Studio, but not in XCode, are there any compiler settings that can tweak this?


thanks for any help.

_______________________________________________
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


  • Follow-Ups:
    • RE: XCode compiling issues
      • From: "Luca Ciciriello" <email@hidden>
    • Re: XCode compiling issues
      • From: Jerry <email@hidden>
  • Prev by Date: Re: random crashes when updating xcode source files using applescript
  • Next by Date: Problems building JNI
  • Previous by thread: Re: Adding frameworks to a Cocoa unit test
  • Next by thread: Re: XCode compiling issues
  • Index(es):
    • Date
    • Thread