What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Announcements » Announcements & News » Archive » Messenger 5 News

Pages: (6): « First « 1 2 3 4 [ 5 ] 6 » Last »
1 votes - 4 average   Messenger 5 News
Author: Message:
riball
Full Member
***

Avatar

Posts: 442
Reputation: 1
– / Male / –
Joined: Aug 2002
to be honest... "I Seek You" sucks... but much ppl have it...  thats why i installed it too...

ICQ is dangerous... hehe thats the right word

getting a IP is easy and sending a trojan too...
[Image: Riball2.jpg]

Messenger Plus! has taken over the world!
11-04-2002 02:24 PM
Profile E-Mail PM Find Quote Report
__cyan
New Member
*


Posts: 4
Joined: Nov 2002
i got to use MSN5 COM! =)))
Hi guys,

So you all know by now that M$ removed typelib from MSN5. But i did a little research and found... yes, interfaces are the same! =) They renamed interfaces and they changed GUIDs, but here's what you can do: use MSN4 and OLE viewer to produce .c and .h files for MSN4. Now in .c change GUIDs, and you don't need to bother about interfaces names, really.

The only thing i can add is that behaviour has changed too, just a bit. E.g. get_IMWindows can fail when MSN is not signed in, but that's not so important.

Hope you'll find above useful. And keep community going! Cheers! =))

Sincerely, cyan
11-04-2002 04:38 PM
Profile E-Mail PM Find Quote Report
__cyan
New Member
*


Posts: 4
Joined: Nov 2002
a little oops
and MsgrObject CoClass GUID changed. here's appropriate declaration

MIDL_DEFINE_GUID(CLSID, CLSID_MSNMsgrObject,0xF5F545A6, 0x39C4, 0x40B5, 0x81, 0x4D, 0xB4, 0x50, 0x40, 0xA8, 0x9F, 0xB5);
11-04-2002 05:12 PM
Profile E-Mail PM Find Quote Report
SystemDown
New Member
*


Posts: 12
38 / – / –
Joined: Oct 2002
The MsgrObject has been totally deleted in MSN 5.0... No way to get it back!

Rene
11-04-2002 05:47 PM
Profile E-Mail PM Web Find Quote Report
__cyan
New Member
*


Posts: 4
Joined: Nov 2002
MsgrObject
nope . following code gets called OK (but doesn't do signoff, need to think more)

MIDL_DEFINE_GUID(IID, IID_IMSNMsgrObject,0x0F66A667,0x732D,0x4509,0xA5,0x95,0x9E,0x31,0x35,0x8D,0xA1,0x9C);
MIDL_DEFINE_GUID(CLSID, CLSID_MSNMsgrObject,0xF5F545A6, 0x39C4, 0x40B5, 0x81, 0x4D, 0xB4, 0x50, 0x40, 0xA8, 0x9F, 0xB5);

COMInterfaceHolder<IMsgrObject> app_iface;
        HRESULT res = CoCreateInstance(CLSID_MSNMsgrObject, NULL,
            CLSCTX_LOCAL_SERVER, IID_IMSNMsgrObject,
            (void**) app_iface.get_interface_ptr());

        ASSERT(SUCCEEDED(res));
        (*app_iface)->Logoff();
:cool:
11-04-2002 06:11 PM
Profile E-Mail PM Find Quote Report
SystemDown
New Member
*


Posts: 12
38 / – / –
Joined: Oct 2002
Hm, I can't understand C++...But I really think the old API is deleted...You don't see them in the OLE viewer. What do other people think?

Rene
11-04-2002 06:33 PM
Profile E-Mail PM Web Find Quote Report
Mr.Shankly
New Member
*

Avatar

Posts: 5
44 / – / –
Joined: Nov 2002
MP2 and simpsons
Well first of all first time Post!!

and i would just like to say PLEASE release new Plus! i cant open my messenger anymore at work i need transparency.
And the other thing is i dont know whats happening with the simpsons, dont get me wrong im a really big fan, but this halloween special was nowhere near the last ones. i really wish they would have put more effort into it. there were a couple of good jokes do.

anyways thats my opinion
11-04-2002 07:02 PM
Profile E-Mail PM Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
O.P.
I agree with what you are saying for The Simpsons... I expected more for this special episode.... but you know... 13 years... they must be out of ideas now.
[Image: signature2.gif]
11-04-2002 07:17 PM
Profile PM Web Find Quote Report
__cyan
New Member
*


Posts: 4
Joined: Nov 2002
OLE viewer and MSN5
2Rene: you're seeking them in wrong place ;-))) Try "All objects", then instantiate object with GUID from my previous post (double-click on object node), you'll see all those interfaces.


P.S.: and do learn C++ ;-)
11-05-2002 08:24 AM
Profile E-Mail PM Find Quote Report
f3nd3r
Junior Member
**


Posts: 20
Reputation: 1
Joined: Jun 2002
Personalised Away
Thanks for answering my question Patchou. It appears you are doing a great job on MP2. One more question. Will the away messages appear in the IM Windows when they are sent?
11-05-2002 11:52 AM
Profile PM Web Find Quote Report
Pages: (6): « First « 1 2 3 4 [ 5 ] 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On