File Open Bug if long name!

Discuss software bugs and related problems here.

Moderator: Matt

Post Reply
Torque
 

Posts: 639
Joined: Wed Jun 16, 2010 10:08 am

File Open Bug if long name!

Post by Torque »

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?
Attachments
fileopen.jpg
(21.57 KiB) Downloaded 2087 times
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: File Open Bug if long name!

Post by Matt »

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
Torque
 

Posts: 639
Joined: Wed Jun 16, 2010 10:08 am

Re: File Open Bug if long name!

Post by Torque »

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 ...
:shock:
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: File Open Bug if long name!

Post by Matt »

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
Post Reply