Re: How to deal with variables where the size differs for 32 and 64bit

2010-12-06 Thread Austin English
On Sun, Dec 5, 2010 at 12:05 PM, Paul Vriens wrote: > Hi, > > Just found the fix for the oledb32:convert tests on 64bit. We need to adjust > our oledb.idl (see patch attached). > > How should I deal with the ok() messages where we currently specify the > 32bit variant? I mean this will of course i

Re: How to deal with variables where the size differs for 32 and 64bit

2010-12-06 Thread Reece Dunn
On 5 December 2010 20:05, Paul Vriens wrote: > Hi, > > Just found the fix for the oledb32:convert tests on 64bit. We need to adjust > our oledb.idl (see patch attached). Nice find. Shouldn't these be using the _PTR types instead (ULONG_PTR, LONG_PTR and friends?) -- then you don't need the 32/64

Re: How to deal with variables where the size differs for 32 and 64bit

2010-12-06 Thread André Hentschel
Am 05.12.2010 21:05, schrieb Paul Vriens: > Hi, > > Just found the fix for the oledb32:convert tests on 64bit. We need to > adjust our oledb.idl (see patch attached). wow, good job!!! > How should I deal with the ok() messages where we currently specify the > 32bit variant? I mean this will of c

How to deal with variables where the size differs for 32 and 64bit

2010-12-05 Thread Paul Vriens
Hi, Just found the fix for the oledb32:convert tests on 64bit. We need to adjust our oledb.idl (see patch attached). How should I deal with the ok() messages where we currently specify the 32bit variant? I mean this will of course introduce warnings on the 64bit side. Do I need to create a