Shoutbox

[split] How to get Username or other User-info - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: [split] How to get Username or other User-info (/showthread.php?tid=70330)

RE: How to get Username or other User-info by superpok on 01-05-2007 at 08:49 AM

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


RE: [split] How to get Username or other User-info by RaceProUK on 01-07-2007 at 01:22 PM

You need to link to the LIB file that comes with the headers, and also #include the header that defines ComToString().