--- In vmu-dev@egroups.com, Soeren Gust <sgust@i...> wrote:
> While looking at my server-logs I noticed that something called
Planetweb
> has problems downloading my VMS files from VMI. As for as I know
Planetweb
> is the Dreamcast US browser. The problem is, that instead of using
> "MINE.VMS" it wants to download "MINE .VMS", the name is padded
with
> space to 8 chars before .VMS. The European Dreamkey browser works,
> occording to my logfiles. Currently I have just copied the VMS
files, so
> both names are available. My question is: Is there a way to generate
> VMI files which are compatible between the browsers? I could give
all
> my programs names with 8 chars, but that is not really a solution.
I think that the problem here is that DreamKey looks at the name
field, and for example sees "GAME " (4 spaces padding) and gets
GAME.VMS (coz it's smart)
however PlanetWeb expects null-terminated strings (if you null
terminate then dreamkey works too)
I think this is right, anyway (please feel free to correct me!!)