Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

evana

macrumors newbie
Original poster
Dear All i m trying to integrate SpeakehereController.mm and all related file to my app bt i couldn't.

it is an NSObject file with .mm extension i tried in a simple way....
bt it shows me 16 errors....

Code:
//implementation of FlipsideViewController.h
@class SpeakHereController;

@interface FlipsideViewController : UIViewController {
	IBOutlet SpeakHereController *speakeHere;
	id <FlipsideViewControllerDelegate> delegate;
}



//implementation of FlipsideViewController.m

speakeHere = [[SpeakHereController alloc] init];
[speakeHere record];

//i just create a record method...

Can anyone tell me how could i integrate it...
 
with that many errors it sounds like you forgot to either tell your project about the framework, or actually include the framework in your project.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.