Looked at the dll using the dependancy walker and sure enough it had tons of weird characters with the function names. Tried both of your suggestions but was unable to get rid of the weird stuff. I ended up changing my #define to
#define EXPORT extern "C" __declspec(dllexport)...
I have a dll written with c++ which was written by another programmer. So I know very little about the dll other than the functions that I want to call. I can bring it up in visual c++ but since I'm not real familiar with c++ I don't understand it all. In any case I am trying to call the dll...
I have an application written in vfp 3.0. I write some informtion to an excel document with some code similar to the following.
oleExcel = CreateObject("Excel.Application")
oleExcel.application.workbooks.open("BlankExcel.xls")...
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.