rbottoms
unread,May 27, 2009, 1:00:29 PM5/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-iphone-image-processing
I am getting four errors and one warning when compiling against
version 3.0 SDK in the simulator (seven errors for 2.2.1).
Warning:
setText: is deprecated
Error
ResultViewController.mm
- default argument missing for parameter 5 of Image::Image
(UIImage*,int,int,bool,int)
Image.mm
- default argument missing for parameter 5 of Image::Image
(UIImage*,int,int,bool,int)
- default argument missing for parameter 5 of Image::Image
(UIImage*,int,int,bool,int)
after previous specification in Image::Image
(UIImage*,int,int,bool,int)
Any help in fixing this would be greatly appreciated.
r.b.