ABorka wrote on Mon, 20 Aug 2012:
Win32 .exe compiled on Win64 computer, latest SVN build.
I am trying to multiply 2 Integers (Declared as LongInt but
sometimes need to use it as LongWord) and put the result into a
QWord (64bit unsigned) result variable on Win32.
However, it seems that th
Hi,
Win32 .exe compiled on Win64 computer, latest SVN build.
I am trying to multiply 2 Integers (Declared as LongInt but sometimes
need to use it as LongWord) and put the result into a QWord (64bit
unsigned) result variable on Win32.
However, it seems that the result is always cut to 32bit.
C