Finally got a response from Borland on the issue. It is due to a bug in their Pascal implementation of the Windows VARIANT data type. Evidently, the entire VARIANT is not being pushed to the stack, so the stack is corrupted. The Borland support group did not have an idea of when or if it...
I have a program written in Borland C++ Builder v6 that I need to add an ActiveX control to. One of the ActiveX controls methods calls for VARIANT varaibles passed by reference. Here is the gist of what I have to do according to the developer of the ActiveX control.
short s1 = 1;
double d1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.