How to do a 32bit multiplication with 64bit result in C? :-)
C does not have a 64bit data type, you mustv code it. Erik
There are several threads in the forum with a link to C++ source for 64-bit arithmetic using a compiler that only supports 32 bit integers. Conversion to C is fairly straightforward.