http://bugs.winehq.org/show_bug.cgi?id=10961
--- Comment #11 from Alessandro a.sappia@ngi.it 2008-01-02 07:25:52 --- (In reply to comment #10)
It is not an hInstance problem.
Here, as I saw in the trace log, zero is passed as pszClass, and this is invalid. There is definitely problem with registering window class.
well, on win32 it works fine the pszClass is correctly set under win32. (test made compiling php with debug, php_winbinder.dll with debug and doing trace on it)