Andrea Lanza
New member
- Joined
 - Jan 17, 2006
 
- Messages
 - 2
 
- Programming Experience
 - Beginner
 
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 big numbers.
Anyone can explain to me why this error occur?
 
Thank's a lot
Andrea
	
		
			
		
		
	
				
			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 big numbers.
Anyone can explain to me why this error occur?
Thank's a lot
Andrea