| View previous topic :: View next topic |
| Author |
Message |
McZonk
Joined: 14 Jul 2005 Posts: 35 Location: Germany
|
Posted: Fri Nov 25, 2005 3:23 am Post subject: psphrpm.h Error - Change u32 with unsigned int |
|
|
| The typedef u32 doesn't exist on all platforms. Please change the declaration in psphrpm.h form u32 to unsigned int. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Fri Nov 25, 2005 8:26 am Post subject: |
|
|
| u32 is a pspsdk typedef and has existing since the inception of the sdk, psphprm.h is a pspsdk header. So quite frankly, tough. I don't know what toolchain/sdk combination you are using but I am willing to take a guess. |
|
| Back to top |
|
 |
McZonk
Joined: 14 Jul 2005 Posts: 35 Location: Germany
|
Posted: Fri Nov 25, 2005 5:34 pm Post subject: |
|
|
| Sorry, I never saw this typedef in any header file. I added the psphprm.h as a test in my Quake 2 Port and get this little bug there. The only two headers in my input file are pspctrl and psphprm. There is no u32 defined. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sat Nov 26, 2005 2:10 am Post subject: |
|
|
| Fixed. |
|
| Back to top |
|
 |
dot_blank

Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Sat Nov 26, 2005 8:51 am Post subject: |
|
|
thanx for this quick fix
i experienced similar problems
before ... which resulted in me just
creating my own custom header
but im sure glad that this has been
changed to a more logical method
which will make this bug inexistant
Q: im taking a wild guess... but was u32
something that had been passed down
from ps2 dev? i only ask from curiousity
as i never got into ps2 dev .....sure wish
i did ;) _________________ 10011011 00101010 11010111 10001001 10111010 |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
|
| Back to top |
|
 |
|