What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Dlls w/ new scripting language

Dlls w/ new scripting language
Author: Message:
figs999
New Member
*


Posts: 2
Joined: Aug 2006
O.P. Dlls w/ new scripting language
I just started creating the new scripts for messenger plus live, and I am a little confused as to how to integrate dlls into the scripting language:

-Do dlls need to be of javascript code exlusively? Or can they be of any language that supports dynamically linked libraries.
-Also what is the extent of the type of code possible in the dlls...
Say could I do windows sdk functions and have them work properly?

-And after I create my dll, do I include it into my .js by normal javascript include(''); function or is there a special process to reference the information in the dll I put in my .plsc?

Thank you ahead of time -Fig
08-06-2006 05:30 AM
Profile E-Mail PM Find Quote Report
Flash
Junior Member
**

Avatar
All time Ready

Posts: 86
Reputation: 2
44 / Male / Flag
Joined: Aug 2006
Roll Eyes  RE: Dlls w/ new scripting language
i tink u need that

code:


Name Description
Call Call functions located in external libraries.
Call2 Call functions located in custom made external libraries and return a string.
FreeDll Unloads a DLL previously loaded by Call.
Allocate Allocates a memory block for low level operations.
GetLastError Returns the result of the GetLastError Windows API function.


[number] Call(
    [string] DllName,
    [string] FunctionName,
    [var, optional] Param1,
    [var, optional] Param2,
    [var, optional] Param3,
    [var, optional] Param4,
    [var, optional] Param5,
    [var, optional] Param6,
    [var, optional] Param7,
    [var, optional] Param8,
    [var, optional] Param9
);

My script: Psdp
08-06-2006 05:41 AM
Profile PM Find Quote Report
figs999
New Member
*


Posts: 2
Joined: Aug 2006
O.P. RE: Dlls w/ new scripting language
thanks for the info on call.
But I still dont know what language I can create my dll in.
08-06-2006 06:19 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Dlls w/ new scripting language
quote:
Originally posted by figs999
thanks for the info on call.
But I still dont know what language I can create my dll in.
Any language really.

VB you would create an ActiveXObject
C++ you can use Interop.Call
08-06-2006 06:23 AM
Profile E-Mail PM Find Quote Report
« 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