Hi guys!
Alright, I'm doing better bit by bit at this iPhone development thing! I'm still definitely learning, but I'm just playing around here for now with XCode, seeing what I can basically do.
Here's a line of code that is preventing me from running a simple little app I made for the heck of it and for playing around with.
(void) applicationDidFinishLaunchingGSEventRef)event;
Right below that is that darn little failed x that says,
"Error: syntax error before 'void'.
Is there something wrong with that simple code above, or is the error referring to something else in my little app?
The code I pasted above does not have anything above it, besides:
#import "Take2Appdelegate.h"
#define MAX_FRAMES 45
That's it. These errors are occurring in the Classes .m file.
If you could help me out here, I'd really appreciate that! I've tried figuring it out myself, but I'm stumped.
Thank you!
Alright, I'm doing better bit by bit at this iPhone development thing! I'm still definitely learning, but I'm just playing around here for now with XCode, seeing what I can basically do.
Here's a line of code that is preventing me from running a simple little app I made for the heck of it and for playing around with.
(void) applicationDidFinishLaunchingGSEventRef)event;
Right below that is that darn little failed x that says,
"Error: syntax error before 'void'.
Is there something wrong with that simple code above, or is the error referring to something else in my little app?
The code I pasted above does not have anything above it, besides:
#import "Take2Appdelegate.h"
#define MAX_FRAMES 45
That's it. These errors are occurring in the Classes .m file.
If you could help me out here, I'd really appreciate that! I've tried figuring it out myself, but I'm stumped.
Thank you!