Hello,
Why doesn't PBDLL support the FIX and BCD data types that the DOS compiler uses? I found myself having to use the CUR data type for a program that was written in PBDLL. I also needed to make some small DOS based versions of the same software and found that PBDOS doesn't have CUR or CUX but it did have FIX and BCD. The problem is that the internal format doesn't seem to be the same.
So what am I to do here?
[This message has been edited by mark smit (edited January 27, 2001).]
Why doesn't PBDLL support the FIX and BCD data types that the DOS compiler uses? I found myself having to use the CUR data type for a program that was written in PBDLL. I also needed to make some small DOS based versions of the same software and found that PBDOS doesn't have CUR or CUX but it did have FIX and BCD. The problem is that the internal format doesn't seem to be the same.
Code:
FIX != CUR or CUX BCD != CUR or CUX
[This message has been edited by mark smit (edited January 27, 2001).]
Comment