Dear all,
I'm new to VF 9.0, can anyone tell me how to call C++ dll from VF. The IN and OUT argument are both structures. Thx in advance.
Visual FoxPro General
Dear all,
I'm new to VF 9.0, can anyone tell me how to call C++ dll from VF. The IN and OUT argument are both structures. Thx in advance.
There are two well-known classes to work with the structures. One is written by Christof Wollenhaupt and another by late Ed Rauh clsHeap. Both can be found at www.universalthread.com Downloads section (unfortunately this site requires to be a member to access its content).
On the same site I found an example of using C++ dll in the following message http://www.universalthread.com/wconnect/wc.dll 2,15,1155306 or you can also check this sample http://www.geocities.com/ResearchTriangle/9834/dequote.htm