O.P. RE: How to get Username or other User-info
hi,
hummm, i tried the same thing that Orkblutt tried.
Well i am under borland c++
Dll compiles fine. but when i tried to use the API
I got the same errors :
[C++ Error] MPPluginC.cpp(260): E2268 Call to undefined function 'comToString'
[Linker error] Unresolved external '_IID_IMessengerConversationWnd' referenced from C:\MPPLUGINC\MPPLUGINC.OBJ
[Linker error] Unresolved external '_IID_IMessengerContacts' referenced from C:\MPPLUGINC\MPPLUGINC.OBJ
[Linker error] Unresolved external '_IID_IMessengerContact' referenced from C:\MPPLUGINC\MPPLUGINC.OBJ
So what ?, is there any library to include to my project ????
i just got the msgrua.h & msgruaid.h from the messenger API.
And what is the ComToString() function ??
|