I have created a DLL in C++ that I have been testing from VB to see if it works. In making the DLL I had to use BSTR data types and the _stdcall calling convention so that the function I'm calling is compatible with VB. What's the difference in using it from Delphi?
bdiamond
bdiamond