A
Andre Klimov
Hi!
Situation:
simple code read registry value (OpenSubKey -> GetValue, as usual).
Requested value exists in registry and has type DWORD, read into the
variable UInt32, access rights granted.
When value's data is in interval &H0 - &H7FFFFFFF - it's works fine. When
value's data has "sign bit rised" (&HF0000000 - &HFFFFFFFF) - arithmetic
operation exception occurs (overflow).
Question is: is it a bug in Microsoft.VisualBasic.dll or just stupid error
in registry usage?
WBR, Andre Klimov
Aladdin Knowledge Systems
Israel
PS
VS2008 Team Suite v9.0.21022.8 RTM (MSDN downloaded), standard installation
PPS
Sorry for simple question - I'm beginner and start use VB.NET only 3 days
before...
Situation:
simple code read registry value (OpenSubKey -> GetValue, as usual).
Requested value exists in registry and has type DWORD, read into the
variable UInt32, access rights granted.
When value's data is in interval &H0 - &H7FFFFFFF - it's works fine. When
value's data has "sign bit rised" (&HF0000000 - &HFFFFFFFF) - arithmetic
operation exception occurs (overflow).
Question is: is it a bug in Microsoft.VisualBasic.dll or just stupid error
in registry usage?
WBR, Andre Klimov
Aladdin Knowledge Systems
Israel
PS
VS2008 Team Suite v9.0.21022.8 RTM (MSDN downloaded), standard installation
PPS
Sorry for simple question - I'm beginner and start use VB.NET only 3 days
before...