I need to call this dll from vb.net .
int __stdcall ConnectEx(const char* address, const char* port,
const char* id, idk_callback_ex* lpfunc, unsigned long user_param,
int connect_type, unsigned long connect_attempts);
anyone can help me on this ? Totally no idea how ...
This is provided to me :
IIDK consist of the following files:
• iidk.dll — the SecurOS integration functions library.
• iidk.h — the header file with the declarations of the functions to be imported.
• iidk_VC6.lib — the library file for work with iidk.dll (a library for MS Visual C++ 6.0).
• iidk_VC71.lib — the library file for work with IIDK consist of the following files:
• iidk.dll — the SecurOS integration functions library.
• iidk.h — the header file with the declarations of the functions to be imported.
• iidk_VC6.lib — the library file for work with iidk.dll (a library for MS Visual C++ 6.0).
• iidk_VC71.lib — the library file for work with iidk.dll (a library for MS Visual C++ 7.1).
Please help Thank you.
int __stdcall ConnectEx(const char* address, const char* port,
const char* id, idk_callback_ex* lpfunc, unsigned long user_param,
int connect_type, unsigned long connect_attempts);
anyone can help me on this ? Totally no idea how ...
This is provided to me :
IIDK consist of the following files:
• iidk.dll — the SecurOS integration functions library.
• iidk.h — the header file with the declarations of the functions to be imported.
• iidk_VC6.lib — the library file for work with iidk.dll (a library for MS Visual C++ 6.0).
• iidk_VC71.lib — the library file for work with IIDK consist of the following files:
• iidk.dll — the SecurOS integration functions library.
• iidk.h — the header file with the declarations of the functions to be imported.
• iidk_VC6.lib — the library file for work with iidk.dll (a library for MS Visual C++ 6.0).
• iidk_VC71.lib — the library file for work with iidk.dll (a library for MS Visual C++ 7.1).
Please help Thank you.