Hi,
I have an issue using FolderBrowserDialog - ShowDialog() function - when using VLD 2.3 in debug mode.
System details:
Windows 8 Pro 64-bit, Visual Studio 2012 Ultimate (Update 2). Winforms C++/CLI application.
Error:
Whenever calling ShowDialog() AFTER setting SelectedPath property, an empty 'Browse For Folder' dialog box is shown, and the program crashes :(
It then needs a Shift-F5 to recover to the IDE.
Deactivating VLD by commenting '#include vld.h', the error goes away.
For me this is quite a critical error as I cannot use VLD (which I really like) in combination with a FolderBrowserDialog...
Thanks for your time and greetings,
Auke Nauta
Comments: I have met the same issue, It happens almost every time I open a wxFileDialog
I have an issue using FolderBrowserDialog - ShowDialog() function - when using VLD 2.3 in debug mode.
System details:
Windows 8 Pro 64-bit, Visual Studio 2012 Ultimate (Update 2). Winforms C++/CLI application.
Error:
Whenever calling ShowDialog() AFTER setting SelectedPath property, an empty 'Browse For Folder' dialog box is shown, and the program crashes :(
It then needs a Shift-F5 to recover to the IDE.
Deactivating VLD by commenting '#include vld.h', the error goes away.
For me this is quite a critical error as I cannot use VLD (which I really like) in combination with a FolderBrowserDialog...
Thanks for your time and greetings,
Auke Nauta
Comments: I have met the same issue, It happens almost every time I open a wxFileDialog