Hi Enrico,
> I noticed that in this version of FreeDOS, the function:
> Upmem (unsigned char* str, unsigned int len)
> is missing and the filesystem seems case sensitive.
> I indeed can't open an existing file, named "foo.txt", when I call:
> dos_open ("Foo.txt,..,..);
Interesting. There are various "to upper case" functions in use:
strupr - to upper case plain ASCII things in config sys, like
device driver args and env var names.
DosUpFMem - used in DeviceOpenSft but not in DosOpenSft
... otoh, truename calls DosUpFString at some point
upMMem - only used in nls(F)UpMem for NLS functions
DosUpFString - used in truename, simple DosUpFMem wrapper
So at first glance DosOpenSft seems to call a DosUpF* function
as needed, but your dos_open experiment fails. Maybe somebody
else can tell what is going wrong here?
Eric
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel