> On Fri, 23 Jan 2004 13:13:18 -0300 (ART), you wrote: > >> Hi, I read at this post[1] a problem that I'm also having. The >> possible solution offered was to run the wine commando overriding the >> order in which the DLLs are searched, well that didn't do the trick. > > Please tell us what you tried! If you want us to guess, this is not > going to work. what I'm trying to do is running Outlook 97. With the advices Rein gave me, I did get a little bit farther (initial setup could be done [..] > Try with native mapi and mapi32 dll's. > Try with native ole2, ole32, oleaut32 dll's > Try with builtin shell32, shell and shl* dll's here's the DllOverride at the wine's config file for Outlook: [AppDefaults\\outlook.exe\\DllOverrides] "ole32" = "native" "oleaut32" = "native" "ole2" = "native" "shell32" = "builtin" "shell" = "builtin" "mapi" = "native" "mapi32" = "native" "shdocvw" = "native" "wininet" = "native" "shfolder" = "native" and the debug info I get is: [MC_CAW+dcoletti@linit02 Office]$ wine OUTLOOK.EXE err:module:import_dll No implementation for ole32.dll.CoInitializeEx imported from L"C:\\WINDOWS\\SYSTEM\\shlwapi.dll", setting to 0xdeadbeeffixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!Using closest match instead (United States keyboard layout (phantom key version)) for scancode mapping.Please define your layout in dlls/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. fixme:seh:EXC_RtlRaiseException call to unimplemented function rpcrt4.dll.RpcNetworkIsProtseqValidAwine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 8 No debug information in ELF 'wine' ((nil)) No debug information in 32bit DLL 'C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE' (0x30000000) [..] Unhandled exception: unimplemented function rpcrt4.dll.RpcNetworkIsProtseqValidA called in 32-bit code (0x00dcb058).In 32-bit mode. 0x00dcb058 (RPCRT4.DLL..text+0xa058 in RPCRT4.DLL): subl $4,%esp Wine-dbg>bt (thanks Ivan) Backtrace: =>0 0x00dcb058 (RPCRT4.DLL..text+0xa058 in RPCRT4.DLL) (ebp=0073ef7c) 1 0x00dcc072 (RPCRT4.DLL.RpcNetworkIsProtseqValidA+0x22 in RPCRT4.DLL) (ebp=0073ef8c) 2 0x6f8937af (EMSABP32.DLL.DownloadOABInfo+0x658f in EMSABP32.DLL) (ebp=00000000) This Outlook version is in Spanish, does it matter? Any ideas? thanks a whole lot! dan/// _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users