What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » newbie wants to call C++ program

newbie wants to call C++ program
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: newbie wants to call C++ program
C++ Dlls do not need to be registered and they have their functions Exported so you can simply call it like so.

code:
Interop.Call('dllname.dll', 'FunctionName', <params>);

The OleFiles is for Dlls that need to be registered before they can be used. For instance you need to register a Visual Basic DLL before  you can use it as an ActiveXObject.
08-29-2007 12:48 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
newbie wants to call C++ program - by Hen on 08-28-2007 at 10:08 PM
RE: newbie wants to call C++ program - by MeEtc on 08-28-2007 at 10:13 PM
RE: RE: newbie wants to call C++ program - by Hen on 08-29-2007 at 12:32 PM
RE: newbie wants to call C++ program - by matty on 08-29-2007 at 12:48 PM
RE: RE: newbie wants to call C++ program - by Hen on 08-29-2007 at 12:59 PM
RE: newbie wants to call C++ program - by matty on 08-29-2007 at 01:03 PM
RE: RE: newbie wants to call C++ program - by Hen on 08-29-2007 at 01:05 PM
RE: newbie wants to call C++ program - by matty on 08-29-2007 at 01:06 PM
RE: RE: newbie wants to call C++ program - by Hen on 08-29-2007 at 01:19 PM
RE: newbie wants to call C++ program - by matty on 08-29-2007 at 01:48 PM
RE: RE: newbie wants to call C++ program - by Hen on 08-29-2007 at 01:56 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