| View previous topic :: View next topic |
| Author |
Message |
mypspdev
Joined: 11 Jul 2007 Posts: 178
|
Posted: Sun Oct 07, 2007 7:35 pm Post subject: sceIoGetStat... undeclared!?!?!?!? |
|
|
Please,
I'm porting FTPD to 3.xx.
All complied and linked from original ork, but
sceIoGetStat which is still the only function undeclared at linker level.
pspiofilemgr.h is of course included, other functions like sceIoOpen are correctly linked.
It seems it does'n not exist. Original work had stubs to re-map old sce functions.
Please have you any suggestion to by-pass the last error? thanks |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sun Oct 07, 2007 8:21 pm Post subject: |
|
|
| It is not sceIoGetStat, it is sceIoGetstat. |
|
| Back to top |
|
 |
mypspdev
Joined: 11 Jul 2007 Posts: 178
|
Posted: Sun Oct 07, 2007 11:13 pm Post subject: |
|
|
| moonlight wrote: | | It is not sceIoGetStat, it is sceIoGetstat. |
Thanks very much, it works now.
The old version of FTPD was mapping functions directly vis stubs and porting IO functions through pspiofilemgr.h I didn't realize Getstat instead of GetStat. Thanks |
|
| Back to top |
|
 |
|