Hi All,
I have created a PB DLL which has functions that return QUAD values. However, Visual C++ doesn't seem to read the return value correctly. I am using the __INT64 type in C and it returns 0 instead of any correct value. I was wondering if anyone has encountered this before and what the solution is? Returning another type (such as DWORD) is not an option.
------------------
contact me
kgpsoftware.com - Free and Commercial Software
[This message has been edited by Kev Peel (edited March 10, 2006).]
I have created a PB DLL which has functions that return QUAD values. However, Visual C++ doesn't seem to read the return value correctly. I am using the __INT64 type in C and it returns 0 instead of any correct value. I was wondering if anyone has encountered this before and what the solution is? Returning another type (such as DWORD) is not an option.
------------------
contact me
kgpsoftware.com - Free and Commercial Software
[This message has been edited by Kev Peel (edited March 10, 2006).]
Comment