Run-time error '20476'.
The FileName buffer is too small to store the selected file name(s). (Increase MaxFileSize)
I could be wrong, but it seems to me that since it gave a suggestion, MaxFileSize could be a computer setting. I shortened the filename to 'z.p' and the same message occured. Maybe Windows 95 requires more than just that ocx to run? there are other files with the same name. (Mscomctl.dep, .srg, .OCA). Or maybe its something that must be set in the program for pre-win 98 systems to run it properly? Anyway, Im assuming one of you guys will know.
If I find sth in my MSDN files, I'll post or upload sth.
- Alhexx
- edit -
Just checked that. MaxFileSize is the value for the max count of the file size :wink:
That means: all character, including the path. Default is 256.
That means that the length of the whole path of the file plus the filename itself may not be longer than 256 chars.
Try to put the file on C: and load it from there...
- edit 2 -
Ans the MaxFileSize value isn't system defined - I can change it via VB. I'll do that in the next Version of Ultima, if I don't forget it.
[This message has been edited by Alhexx (edited August 28, 2001).]
- Alhexx