Search results for query: *

  1. A

    Overflow with ULong type

    Hi and thank's for the help. I'm developed a chess engine in Visual basic 6 (www.cds.pc.it/Matilde) and now I want to rewrite it in VB 2005 using Bitboard and working with 64 bit number. This is why I need long integer... Bye all... Andrea
  2. A

    Overflow with ULong type

    Hi all from Italy, I have installed Visual Studio 2005 on a x64 Intel machine. When I try to assign the maximum value possible for a ULong variable, I got an overflow error: dim Var1 as ULong Var1 = 18446744073709551615 '<-- overflow This happens immediatly at design time and also with other...
Back
Top