parse error?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
orphan frequently
Posts: 9
Joined: Thu Aug 11, 2005 1:52 pm

parse error?

Post by orphan frequently »

/* Callback thread */
int CallbackThread(SceSize args, void *argp) {
int cbid;

cbid = sceKernelCreateCallback("Exit Callback", exit_callback, NULL);
sceKernelRegisterExitCallback(cbid);

sceKernelSleepThreadCB();

return 0;


it says that theres an error before args, and since ive used this with a functioning program before, im not sure what's wrong, help would be appreciated.
Mike3285: wtf is a palindrome
MaroonSand: no its not dude
Warren
Posts: 175
Joined: Sat Jan 24, 2004 8:26 am
Location: San Diego, CA

Post by Warren »

you're probably not including the file that defines SceSize
orphan frequently
Posts: 9
Joined: Thu Aug 11, 2005 1:52 pm

Post by orphan frequently »

im using the win32 setup as opposed to the cygwin setup i used last time (no choice there), so would there be any way i messed up, by not putting all the files in correctly?
Mike3285: wtf is a palindrome
MaroonSand: no its not dude
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

dont use any win32 app, delete everything you have done so far and start over with http://wiki.pspdev.org/psp:programming_faq

That site will get you the latest and greatest.

(if you dont want to do that, then maybe you missed a header file somewhere?)
Lego of my Ago!
Post Reply