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.