[Bug 9159] ProgMan DDE interface is not implemented in Wine's shell32/explorer
http://bugs.winehq.org/show_bug.cgi?id=9159 --- Comment #16 from Jeremiah Flerchinger <flerchjj(a)ieee.org> 2009-05-01 21:32:58 --- I also still stand by thinking + if ((shell32 = LoadLibraryA( "shell32.dll" )) && + (pShellDDEInit = (void *)GetProcAddress( shell32, (LPCSTR)188))) + { + pShellDDEInit( TRUE ); + } should be + if ((shdocvw = LoadLibraryA( "Shdocvw.dll" )) && + (pShellDDEInit = (void *)GetProcAddress( shdocvw, (LPCSTR)118))) + { + pShellDDEInit( TRUE ); + } to be closer to what shell applications (like explorer) actually do. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org