Re: [fpc-devel] 64 bit integer result in Win32 problem

2012-08-20 Thread Jonas Maebe
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

[fpc-devel] 64 bit integer result in Win32 problem

2012-08-19 Thread ABorka
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