--- qingdoa daoo <[EMAIL PROTECTED]> wrote:
> --- Benjamin Arai <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I wrote a conformance test for oleaut32:VariantChangeType but I ran
> > into a snag. The conformance test under windows does not allow the
> > conversion from type VT_INT to VT_I8 but i
Benjamin Arai wrote:
> I wrote a conformance test for oleaut32:VariantChangeType but I ran
> into a snag. The conformance test under windows does not allow the
> conversion from type VT_INT to VT_I8 but it does allow for VT_I4 to
Dosn't make me wonder. E.g. a lot of variant arithmetic functions do
Hi,
I wrote a conformance test for oleaut32:VariantChangeType but I ran
into a snag. The conformance test under windows does not allow the
conversion from type VT_INT to VT_I8 but it does allow for VT_I4 to
VT_I8. I made the necessary changes to VariantChangeType so that it
conforms to windows b