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

RE: XCode compiling issues


  • Subject: RE: XCode compiling issues
  • From: "Luca Ciciriello" <email@hidden>
  • Date: Thu, 03 May 2007 11:49:28 +0100

Hi.
Microsft compiler isn't made to be compliant to the C++ standard (i.e. ISO/IEC 14882:2003), but is made to build Windows applications. So, is possible that some non-standard C++ code compiles in Visual C++ but not in Xcode (gcc 4.0.1). Anyway if you make "const" the parameter in function, you will respect the C++ standard and you'll be able to compile your code in Xcode (as well as in Visual C++).


Bye.

Luca.


From: affa <email@hidden>
To: email@hidden
Subject: XCode compiling issues
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

_________________________________________________________________
MSN Hotmail is evolving - check out the new Windows Live Hotmail http://get.live.com/betas/mail_betas


_______________________________________________
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: Paul Walmsley <email@hidden>
References: 
 >XCode compiling issues (From: affa <email@hidden>)

  • Prev by Date: Re: XCode compiling issues
  • Next by Date: Re: XCode compiling issues
  • Previous by thread: Re: XCode compiling issues
  • Next by thread: Re: XCode compiling issues
  • Index(es):
    • Date
    • Thread