Shoutbox

the variable on old plugins (dll) - 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: the variable on old plugins (dll) (/showthread.php?tid=70320)

the variable on old plugins (dll) by superpok on 01-05-2007 at 07:25 AM

hi

im getting nuts but , by talking about the old plugin (dll).
Where are listed all possible variable like :
sMessage
sUser
...

So whats the variable for 'text i received from the contact i am talking with'
And whats the variable for 'the Email of the contact i am talking with'

Thanks.


RE: the variable on old plugins (dll) by CookieRevised on 01-05-2007 at 05:39 PM

Download and study the plugin API documentation and examples:
http://old.msgplus.net/help_plugins.php


RE: the variable on old plugins (dll) by superpok on 01-06-2007 at 04:15 AM

Well i apologize, i didnt read the Code deeply.
So it seems that fonction or variable i reached to, are only usable by using the messenger API.

Ok well,

I just Link then, the 'msgrguid.lib' to my project and include 2 headers files from the messengerAPI. all findable in the sample folder of this archive :
http://files.msgplus.net/data/MPPlugins.zip

I am using borland c++ ...
When i link to the 'msgrguid.lib' i get this error :
[Linker Error] [...]\msgrguid.lib contains invalid OMF record, type 0x21 (possibly COFF)


ok j'abandonne borland, jai dl vc++ 2005

J'ai reussis a recuperer l'email d'un contact et l'afficher dans le message :)
Par contre je ne parviens pas a savoir comment recuperer le 'message perso'
d'un contact ...
Et pour le dernier message qu'un contact nous as envoyé ????

Sinon,

C'est possible d'avoir les AnsiString sous vc++ ??

Quelle difference entre :
_T"une chaine"
T"une chaine"
S"une chaine"
L"une chaine"

Quels sont leur type ?

Que represente reelement VARIANT, BSTR, CString ??
Faut il obligatoirement avoir suivit une formation pour pouvoir coder avec vc++ ..?


Moderator edit: please do not double post, i.e. posting two posts after each other without a post from someone else in between, and please post in English, because that will allow all members here to understand your posts and more people will be able to help you :)