Victor Matuzenko wrote:
14.08.2014 19:31, Dennis Poon пишет:
I don't know much about c++ and but I got this dll with the following
header that I need to use its dll.
#define SPDLLCALL __stdcall
typedef void (SPDLLCALL *LoginReplyAddr)(long ret_code, char *ret_msg);
typedef void (SPDLLCAL
14.08.2014 19:31, Dennis Poon пишет:
I don't know much about c++ and but I got this dll with the following
header that I need to use its dll.
#define SPDLLCALL __stdcall
typedef void (SPDLLCALL *LoginReplyAddr)(long ret_code, char *ret_msg);
typedef void (SPDLLCALL *p_SPAPI_RegisterLoginRep
I don't know much about c++ and but I got this dll with the following
header that I need to use its dll.
#define SPDLLCALL __stdcall
typedef void (SPDLLCALL *LoginReplyAddr)(long ret_code, char *ret_msg);
typedef void (SPDLLCALL *p_SPAPI_RegisterLoginReply)(LoginReplyAddr addr);
#endif
Can
Last night I googled some more. Conclusions:
1. the oledb.tlb isn't easy to find, but it does exist
https://code.google.com/p/py-com-tools/source/browse/trunk/sdk-tlbs/?r=2
Maybe it is in the full platform SDK, but I didn't have that
readily available.
The result doesn't compile, it's only a si