Displaying 2 results from an estimated 2 matches for "varadd".
Did you mean:
varadi
2002 Aug 20
1
Problem with atwin2k.. and debugger output..
...directories to search (BTW, how do we specify a xfs server?)
Anyways, now that I added a font directory, the real debugger actually comes
up, and shows the following...
<Grumble, can't cut and paste from the wine console/debugger>
Unhandled exception: unimplemented function oleaut32.dll.VarAdd called in
32-bit code (0x4084c056).
In 32-bit node.
0x4084c056 (OLEAUT32.DLL..text+0x56 in C:\WINDOWS\SYSTEM\OLEAUT32.DLL):jmp
.....etc..
--
--
"Catch the Magic of Linux..."
--------------------------------------------------------
Michael Peddemors - Senior Consultant
LinuxAdministrati...
2007 Jan 09
0
Wine release 0.9.29
...Stream.
oleaut32: Fix VarMod(VT_DECIMAL) test by properly initializing the DECIMAL to use.
oleaut32: Add wrapper for dereferencing a VARIANT of type VT_DISPATCH and returning the VARIANT value.
oleaut32: Support for VT_DISPATCH in VarAnd.
oleaut32: Support for VT_DISPATCH in VarAdd.
oleaut32: Support for VT_DISPATCH in VarMul.
oleaut32: Support for VT_DISPATCH in VarDiv.
oleaut32: Support for VT_DISPATCH in VarSub.
oleaut32: Support for VT_DISPATCH in VarOr.
oleaut32: Support for VT_DISPATCH in VarXor.
oleaut32: Support for VT_DISPATCH in V...