I am designing an app using Visual FoxPro 6.0 and I need to to call a function that takes a 'short' variable as parameter. However FoxPro can not pass it to the function as a 'short integer'.
So my only option is to use a plain integer that I would convert to short using a Borland C++ dll.
Can anyone help?
So my only option is to use a plain integer that I would convert to short using a Borland C++ dll.
Can anyone help?