I can find the DLL fine and two other functions I call work fine: FT_init() and FT_terminate()
The error I get is "Bad DLL calling convention"
I used to get problems where VB would not find the DLL and "Can't find entry point" but I overcame those problems.
How do I set a...
Please help me, I am having trouble calling a DLL function from VB.
This is the C function:
#define FT_RETCODE int
#define IN
#define OUT
typedef void *FT_HANDLE;
FT_DLL_INTERFACE
FT_RETCODE FT_createContext(
OUT FT_HANDLE *ftContext); /* dpFpFns context */
/* It returns a...
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.