http://bugs.winehq.org/show_bug.cgi?id=7467
------- Additional Comments From focht@gmx.net 2007-19-02 03:42 ------- Hello,
i modified script as follows:
-- snip ---
#include <GUIConstants.au3>
$objShell = ObjCreate ("Shell.Application")
#Region ### START Koda GUI section ### Form= ... -- snip ---
Compiled the script to exe. Started debugger. Placed breakpoints at OleInitialize() and OleUninitialize() imports. Both breakpoints are hit only once (as it should) - the init and cleanup calls are balanced.
Again: this is NOT a wine fault nor a critical bug. Tell the autoit developers to fix their stuff