Displaying 3 results from an estimated 3 matches for "stgcreatestorageex".
2008 Jun 30
1
[Wine v1.0] Excel won't save files, claims the disk is full
...t;
I'm running Ubuntu 8.04 and I have the following DLL overrides installed in Wine:
Code:
riched20, native, windows
riched32, native, windows
msxml3, native, windows
This is the errors that are returned when Excel pops up the error messages (from the below error log):
Code:
fixme:storage:StgCreateStorageEx Stub: calling StgCreateDocfile, but ignoring pStgOptions and grfAttrs
fixme:storage:StorageImpl_CopyTo Exclude option not implemented
Here's the full error log:
Code:
user at user-pc:~$ env WINEPREFIX="/home/myusername/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\...
2009 Dec 31
3
Current state of MS Office 2003?
I installed Office 2003 in Wine without any winetricks or native DLLs.
Excel works great, Word crashes a lot and can't save.
What's the current best attempt to get Word 2003 to work in Wine? I
see the AppDB shows no ideas on getting it working ...
It's supported in CrossOver, so it should be possible in winehq Wine!
Has anyone got Word working?
- d.
2010 Nov 26
0
Wine release 1.3.8
...msvcrt: Add parameter checking in _controlfp_s.
Amine Khaldi (2):
activeds: Properly stub some exports.
shdocvw: Fix translations.
Andreas Pflug (1):
oledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.
Andrew Bogott (2):
ole32: Use default values if options passed to StgCreateStorageEx are NULL.
ole32/tests: Added a couple of simple tests for StgCreateStorageEx.
Andrew Eikum (3):
shell32/tests: Make SHChangeNotify tests more easily extendible.
shell32: PIDLs should be checked recursively in SHChangeNotify.
shell32: Fix an off-by-one error that causes an i...