Can anyone tell me where the code is that converts a VARIANT from VT_DECIMAL to VT_BSTR?
Bill
On Fri, 22 Nov 2002, Medland, Bill wrote:
Can anyone tell me where the code is that converts a VARIANT from VT_DECIMAL to VT_BSTR?
You mean VarBstrFromDec? It probably should have been in dlls/oleaut32/variant.c, if it had been implemented. (You could just have grep-ed the source for VariantChangeType or whatever API you're using, though.)