Version:
0.10.12
OS:XP/32
FS:NTFS
Nistune is unable to open long file-names if they exceed a certain length.
(see picture)
After renaming the name of the file, it was opened as usual.
(I would like to be able to open these files! I tend to name the image according to the changes I've made)
Hint->The maximum would be 255 CHARS! ;0
What compiler are you using? Is the file-handle restricted?
File Open Bug if long name!
Moderator: Matt
File Open Bug if long name!
- Attachments
-
- fileopen.jpg
- (21.57 KiB) Downloaded 2087 times
Re: File Open Bug if long name!
Visual c++ mfc libraries has a limit on max file length. Looked into this before but no solution at this time. Unicode uses two char representation per letter
Re: File Open Bug if long name!
Hi Matt,
Hmmm!
So what you are saying is that a MS-Development tool does not fully support the
MS NTFS filesystem?
That is quite strange ...
Hmmm!
So what you are saying is that a MS-Development tool does not fully support the
MS NTFS filesystem?
That is quite strange ...
Re: File Open Bug if long name!
Tell me about it. Its a pain. Its not MFC as such since it uses a normal Windows API call and that was the one returning the error when I looked into it