What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » VB6 API Question

VB6 API Question
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: VB6 API Question
quote:
Originally posted by CookieRevised
Yeah, didn't think of that....  although it would only happen when the integer is 0, because text like that is unicode and thus each character is read in pairs of two bytes. So in the pair of 0x45 0x00, the 0x00 isn't an end of string marker. The end of string marker in unicode consists of a 0 word (integer value 0), not a 0 byte. Or so it should be... didn't tested this though...
true, but i said that because i wasn't sure about if the messages are sent as unicode (16 bits NUL terminator) or as ascii (usual 8 bits NUL) :P
quote:
Originally posted by CookieRevised
yup, or the first method I mentioned. Well, actually those two are the same, you both send the numbers/digits as literal characters. But with the hexadecimal style you could send more integers at once...

(thinking of it, you could make your base 36 and use all the letters of the alphabeth and thus sending even more integers... or even an higher base using other ascii characters )
i thought in that (base 36 or more) but i don't think it's worth it... only for a very few integers you would be able to send less characters than using hexadecimal :)
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
10-09-2005 06:55 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB6 API Question - by Heffy on 10-08-2005 at 04:29 PM
RE: VB6 API Question - by CookieRevised on 10-08-2005 at 06:48 PM
RE: VB6 API Question - by Choli on 10-08-2005 at 07:36 PM
RE: VB6 API Question - by Heffy on 10-09-2005 at 08:36 AM
RE: VB6 API Question - by Choli on 10-09-2005 at 09:25 AM
RE: RE: VB6 API Question - by Heffy on 10-09-2005 at 01:00 PM
RE: VB6 API Question - by CookieRevised on 10-09-2005 at 01:05 PM
RE: VB6 API Question - by Choli on 10-09-2005 at 06:55 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