[Solved]Double Word to int conversion problem
C++ Gurus
4
Posts
2
Posters
1.7k
Views
1
Watching
-
Hi i have problems on converting this hexadecimal value:
Basically i have to read this value from a file and converting it in integer or decimal, from file specification
this value "3390014B" should become this "21705616" I've tried almost every base conversion but no one give me the same result. On file specification this is Double Word and the returned value is DInt. Someone have any idea what kind of conversion happen here???Thanks!