...
On a 64-bit platform the output looks like this:
SizeOf IntPtr is: 8"
...
Solution
In the old code, some function parameters were set as 32-bit parameters.
...
...
On a 64-bit platform the output looks like this:
SizeOf IntPtr is: 8"
...
In the old code, some function parameters were set as 32-bit parameters.
...