Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by niel10

  1. niel10

    Calling a C function in a DLL from VB

    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...
  2. niel10

    Calling a C function in a DLL from VB

    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...

Part and Inventory Search

Back
Top