pea
developer
Hi all,
Just had a discuss on the general board about smc's supporting more than the 8+3 character limit. Seems the smc/card reader can handle it fine, but it depends on the software itself.
I just did a quick test with MrMirko SDK, and the smc functions don't support more than the 8+3 characters. This is probably easy enough to see because the struct only allows 16 chars:
Is there any way to read long filenames from smc (or perhaps set limit at 32 or 48 chars rather than 16) either some other functions, or by modifying MrMirkos sdk?
Cheers,
Pea
Just had a discuss on the general board about smc's supporting more than the 8+3 character limit. Seems the smc/card reader can handle it fine, but it depends on the software itself.
I just did a quick test with MrMirko SDK, and the smc functions don't support more than the 8+3 characters. This is probably easy enough to see because the struct only allows 16 chars:
Code:
//DIR struct
typedef struct {
char name[128][16]; // 128 entrys,16 Bytes long
int size[128];
} DIR;
Is there any way to read long filenames from smc (or perhaps set limit at 32 or 48 chars rather than 16) either some other functions, or by modifying MrMirkos sdk?
Cheers,
Pea