|
|
back to boardPay attention! "Var" must be integer, not longint Why? Posted by Akv0 29 Mar 2003 20:55 > "Var" must be integer, not longint Re: Why? Differents between compliers. It's not right. Because server use Delphi7 Compiler. Delphi (32 bit complier) use 4 byte for Integer type. No differents between LongInt and Integer types (but in Turbo Pascal SizeOf(Integer) = 2 but SizeOf(LongInt) = 4. |
|
|