Re: No compile errors for unknown functions?
Re: No compile errors for unknown functions?
- Subject: Re: No compile errors for unknown functions?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 13 Oct 2005 13:52:21 -0700
On Oct 13, 2005, at 1:44 PM, Ando Sonenblick wrote:
I've just created a brand new app in Xcode and found that it is
successfully compiling and building my app when I have Function calls
to non-existent functions!
For example, I meant to call ReceiveNextEvent but misspelled it as
RecieveNextEvent (i before e except after c..) but Xcode (2.1) let it
compile and build and only at run time did I get an unreolved call
error...
What's up? Why isn't Xcode complaining about an unknown function call
on compile?
because you're building a Development version with Zero Link enabled?
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
XcodeUserGuide20/Contents/Resources/en.lproj/bs_linking/
chapter_34_section_9.html
Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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