On Tue, 27 Jan 2004 19:57:56 -0300 (ART), you wrote: > The post recommended putting this at the config file: > > ; For ie6 > "*comctl32" = "builtin" > ; For Outlook97 > "mapi" = "native, builtin" > "mapi32" = "native, builtin" > ; Native dlls needed for various parts of the install > "ole32" = "native, builtin" > "compobj" = "native, builtin" > "ole2" = "native, builtin" > "ole2nls" = "native, builtin" > "ole2conv" = "native, builtin" > "ole2prox" = "native, builtin" > "ole2thk" = "native, builtin" > "storage" = "native, builtin" > "olepro32" = "native, builtin" > "rpcrt4" = "native, builtin" > "oleaut32" = "native, builtin" > "msvcrt" = "native, builtin" > "wininet" = "native, builtin" > ; for the ie runonce > "setupapi" = "native, builtin" > "devenum" = "native, builtin" > "quartz" = "native, builtin" > "urlmon" = "native" > "shdocvw" = "native, builtin" > "jscript" = "native, builtin" > "wintrust" = "native, builtin" > "shlwapi" = "native, builtin" > "secur32" = "native, builtin" > "crypt32" = "native, builtin" > "ddraw" = "native, builtin" > ; allow launching user.exe (for Remedy) Probable nothing to do with your problem, but ddraw does not work native.. > "*user.exe" = "native,builtin" Probable nothing to do with your problem, but this is an illegal line. > ; default for all other dlls > "*" = "builtin, native" OK, apart from my two comments this looks like a good list to try. > ... and installing dcom98.exe (which I did) and it comes up almost > perfectly, for some reason I can't use the network. Outlook complains it > can't reach the Exchange server (nor as name, nor as IP address).Here's the output I get... > > [MC_CAW+dcoletti@linit02 Office]$ wine OUTLOOK.EXE > err:module:import_dll No implementation for > RPCRT4.dll.I_RpcAsyncSendReceive imported from > L"C:\\WINDOWS\\SYSTEM\\ole32.dll", setting to 0xdeadbeeferr:module:import_dll No implementation for ole32.dll.CoInitializeEx > imported from L"C:\\WINDOWS\\SYSTEM\\shlwapi.dll", setting to > 0xdeadbeef Now, this shows that the list above is not properly working. Both "No implementation" messages show a not working of builtin/native dll's. Check with --debugmsg +loaddll whether those dll's (shlwapi, ole32,rpcrt4) are all loaded native. Try to figure out what you did wrong and correct. BTW. There is no need to fill in a bug report. All these native dll's show that what in Wine must be worked upon. Rein. -- Rein Klazes rklazes@xxxxxxxxx _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users