Quote Originally Posted by funkmonkey View Post
Thanks. What would the define look like? Using _stdcall? as the definition? In all the examples I have looked at this is how the code has been and I have not seen a defenition for the maco. Unless it's in another file or they just did not post it with the question/answer.
In the C++ code that generates the .dll (exports) you have at the top:

Code:
#define EPIQUTIL_EXPORTS
In the code that uses the .dll (imports) you don't have this definition.