ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Long Path Support

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
leventuncu Posted - Dec 28 2021 : 05:23:28
Hi,
In the Windows API, the maximum length for a path is MAX_PATH, which is defined as 260 characters. The API has many functions that also have Unicode versions to permit an extended-length path for a maximum total path length of 32,767 characters. We must use '\\?\' in the path as a prefix to get this benefit.

But Imageen WPD support conflicts with this kind of path. when it detects this prefix, it checks portable devices,

* How can I add long path support to imageen?
* is there any workaround to use long path support without '\\?\' ?


Thanks in advance
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 17 2022 : 17:37:07
Hi

We have a fix for this. You can email me for the beta.

Alternatively, you can strip the '\\?\' prefix before adding the filename to ImageEn to support extended length filenames.



Nigel
Xequte Software
www.imageen.com
xequte Posted - Dec 29 2021 : 15:13:16
Thanks for the report. I'll need to investigate this when we are back in the office in the new year.

Nigel
Xequte Software
www.imageen.com