15 Feb 2012 20:37
CShellFileOpenDialog/CShellFileSaveDialog hang up my App
Hello,
I wonder but I cannot find the reason.
The code is:
CShellFileSaveDialog fd;
if (fd.DoModal(GetParent()) == IDOK)
{
CStringW s;
fd.GetFilePath(s);
}
DoModal() hangs my WTL-based program. I believe the latest WTL build is used
under Vista x64 + Sp2.
Thanks
-km
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/wtl/
(Continue reading)
RSS Feed