http://bugs.winehq.org/show_bug.cgi?id=9057
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com
--- Comment #2 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-10-04 16:38:22 --- The program starts fine with native oleaut32 (the calendar plug-in requires mfc42. So far I haven't found it killing the wineserver). By comparing the oleview output I've found two differences between the program run with native and built-in oleaut32: the native cannot load stdole2.tlb due to unimplemented FileMoniker::ParseDisplayName and for [propput] functions the parameter is called 'rhs' in native and with the function name in builtin. I'll check if any of this is the reason of the crash.