Unsigned 32 bit

From: Jim Carlock (anonymous_at_127.0.0.1)
Date: 09/24/04


Date: Fri, 24 Sep 2004 14:20:48 -0400

1) Any suggestions about creating a true UInt32 or UInt64?

Fuction AddUInt(ByVal ui32_1 As UInt32, ByVal ui32_2 As UInt32) As UInt32
  AddUInt = ui32_1 + ui32_2
End Function

2) Any suggestions on how to overload the +, -, *, /
operators inside the VB IDE and use them as Macros
to send the operations to to a Macro... I'm thinking
along the lines of C and assembly language... and I'm
throwing things up in the wind looking for hints, reading
material, suggestions or whatever crosses the mind. :-)
TypeLib's ?

Thanks.

-- 
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.