http://bugs.winehq.org/show_bug.cgi?id=13822
Rodrigo Valenzuela rvalenzuela@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rvalenzuela@gmail.com
--- Comment #20 from Rodrigo Valenzuela rvalenzuela@gmail.com 2009-01-23 12:20:24 --- (In reply to comment #17)
As a workaround, run:
winetricks dcom98
What I was actually as follows: (Debian 5, wine-1.0.1 )
~/cabextract dcom98.exe ~/cp ole32.dll ~/.wine/drive_c/windows/system32
then I added WINEDLLOVERRIDES="ole32=n" in the command section in my desktop shortcut
if run from command line it goes like this: env WINEPREFIX="/home/user/.wine" WINEDLLOVERRIDES="ole32=n" wine "C:\Archivos de programa\Microsoft Office\OFFICE11\EXCEL.EXE"
OR
use the Wine Configuration and in teh library tab choose to use ole32 as native, it works for me.