Incompatible types in Currency Converter tutorial
Incompatible types in Currency Converter tutorial
- Subject: Incompatible types in Currency Converter tutorial
- From: Greg Norz <email@hidden>
- Date: Fri, 18 Nov 2005 10:29:58 -0800 (PST)
I'm starting my first forray into Objective-C, and I'm stumped on what is probably a really basic error. In the Currency Converter tutorial, I am getting the following error :
"error: incompatible types in assignment" on the following line :
rate = [rateField floatValue];
What puzzles me is the line above it is identical (save the variable names) and causes no problems. What am I missing here? I've poured over the code several times to make sure I got everything correct, and I'm just not seeing it. I can post my entire source files if that would help anyone, but I basically copied in verbatim from the PDF.
Thanks,
greg
---------------------------------
Yahoo! FareChase - Search multiple travel sites in one click.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden