View Single Post
  #10  
Unread 12-21-2009, 12:26 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Post

Quote:
Originally Posted by autenil View Post
I'll report my findings to Microsoft since the crash appears to be in a Windows 7 DLL. I haven't tried this on any other OS.
The general issue is not new however, if your code is not calling the unicode Windows API functions when dealing with files you always run the risk of exceeding MAX_PATH regardless of the OS. Most of the builtin functions and dialogues use the ANSI calls btw which is why they crash due to buffer overflows in those situations.

edit: http://msdn.microsoft.com/en-us/libr...47(VS.85).aspx
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 12-21-2009 at 12:30 PM.
Reply With Quote