Re: Question regarding VT_INT in oleaut32

2006-07-14 Thread qingdoa daoo
--- 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

Re: Question regarding VT_INT in oleaut32

2006-07-14 Thread Michael Stefaniuc
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

Question regarding VT_INT in oleaut32

2006-07-14 Thread Benjamin Arai
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