Hi, To enable correct interprocess COM, we need to load ole32, oleaut32 and rpcrt4 natively. Ciao, Marcus Changelog: Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32. Index: config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.25 diff -u -r1.25 config --- config 4 Jun 2002 23:09:35 -0000 1.25 +++ config 9 Jun 2002 19:21:43 -0000 @@ -80,6 +80,9 @@ ; Be careful here, wrong DllOverrides settings have the potential ; to pretty much kill your setup. [DllOverrides] +"rpcrt4" = "builtin, native" +"oleaut32" = "builtin, native" +"ole32" = "builtin, native" "commdlg" = "builtin, native" "comdlg32" = "builtin, native" "ver" = "builtin, native" @@ -102,7 +105,6 @@ "dsound" = "builtin, native" "opengl32" = "builtin, native" "msvcrt" = "native, builtin" -"rpcrt4" = "native, builtin" "msvideo" = "builtin, native" "msvfw32" = "builtin, native" "mcicda.drv" = "builtin, native"