Search found 2 matches

by royonimusha
Mon Jun 27, 2005 7:03 pm
Forum: PSP Development
Topic: Can't compiled the pg.c.....HELP ME
Replies: 2
Views: 1489

Can't compiled the pg.c.....HELP ME

I add a function which name is pgPixel to pg.c and I also add it to pg.h,but when I load the "mk.bat",can't be compiled the pg.c.who'd love to help me?much thanks! void pgPixel(unsigned long x,unsigned long y,unsigned long color) {   unsigned ...
by royonimusha
Sun Jun 26, 2005 9:23 pm
Forum: PSP Development
Topic: Problems in Hello The World's code HELP!
Replies: 13
Views: 4132

yeah I read the source code of hello psp these day and I still could not understand the principle of the function "pgPutChar" .Who'd like to explain it for me ? thanks! void pgPutChar(unsigned long x,unsigned long y,unsigned long color,unsigned long bgcolor,unsigned char ch,char dr...