What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Text in Unicode

Text in Unicode
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Text in Unicode
Did you use the functions with the suffix W and exported them instead of the "normal" functions (those without the suffix W)? For example, use ReceiveNotifyW, ParseCommandW, ParseTagW...etc. Also, you are compiling/building your DLL with Unicode option enabled?( I know there is one in Visual Studio if that's what you are using) You have to set them all correctly so that Plus! will recognize your plugin as a Unicode-supporting one and will send Unicode text to your plugins (that is, for example, if you use ReceiveNotifyW, the sContactName will be of WCHAR type and it will of course be Unicode) ;)

This post was edited on 10-07-2005 at 12:29 PM by Mnjul.
10-07-2005 12:29 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Text in Unicode - by eSouL on 10-07-2005 at 07:33 AM
RE: Text in Unicode - by J-Thread on 10-07-2005 at 08:10 AM
RE: Text in Unicode - by eSouL on 10-07-2005 at 08:26 AM
RE: Text in Unicode - by CookieRevised on 10-07-2005 at 11:54 AM
RE: Text in Unicode - by Mnjul on 10-07-2005 at 12:29 PM
RE: Text in Unicode - by eSouL on 10-10-2005 at 02:27 AM
RE: Text in Unicode - by CookieRevised on 10-10-2005 at 08:54 AM
RE: Text in Unicode - by eSouL on 10-10-2005 at 03:34 PM
RE: Text in Unicode - by CookieRevised on 10-10-2005 at 10:34 PM


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