> I saw crashes in MusicBrowser.ui (while in process of adding files), of
"Memory
> can't be written" type.
> These are because of char *szDrive = "X:" and then szDrive[0]='A'+i;
Appears
> that windows does make szDrive a pointer to read-only memory.
> All char *szDrive = "X:" and similar declarations where one intends to
later
> write to that pointer should be replaced to char szDrive[]="X:" type
> declaration.

Thanks for spotting that. I just checked that fix in...

> Also, freeamp crashed once when I pressed "pause" button ("memory can't be
> written" again), but I wasn't running under debugger, and couldn't
recreate that
> later. Still, seek for such declarations in theme.ui, too...

Since I fixed the exit problem I haven't gotten freeamp to crash at all on
the Win2k release version....

--ruaok         Freezerburn! All else is only icing. -- Soul Coughing

Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert


_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to