What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Passing information DLL -> script

Passing information DLL -> script
Author: Message:
lysp
Junior Member
**


Posts: 27
Joined: Jun 2006
O.P. Passing information DLL -> script
Just a quick thought.

At the moment you are able to call com functions from a script.

How would you go about going the other direction, eg. the dll is running in the background and when it gets information will need to pass it back to a script. Is this able to be done?

Only other way i can think of doing this is having a timer or a loop, but im not sure how resource hungry that'd be.

Eg.

while() {

if (dataAvailable)
    call getdata()

}

or

timer_event()
{

if (dataAvailable)
    call getdata()

}

Has anyone tried this? As i think what i'll need to do is implement some sort of buffering system into my compiled code and buffer/stack the data until the script calls it to read the info out.
07-18-2006 08:11 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Passing information DLL -> script - by lysp on 07-18-2006 at 08:11 AM
RE: Passing information DLL -> script - by -dt- on 07-18-2006 at 08:24 AM
RE: Passing information DLL -> script - by lysp on 07-18-2006 at 11:33 PM
RE: Passing information DLL -> script - by lysp on 07-20-2006 at 01:04 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