sceIoGetStat... undeclared!?!?!?!?

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

Moderators: cheriff, TyRaNiD

Post Reply
mypspdev
Posts: 178
Joined: Wed Jul 11, 2007 10:30 pm

sceIoGetStat... undeclared!?!?!?!?

Post by mypspdev »

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
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

It is not sceIoGetStat, it is sceIoGetstat.
mypspdev
Posts: 178
Joined: Wed Jul 11, 2007 10:30 pm

Post by mypspdev »

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
Post Reply