What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » My Own C++ dll

My Own C++ dll
Author: Message:
mezzanine
Full Member
***

Avatar

Posts: 106
Reputation: 23
– / – / Flag
Joined: May 2005
Status: Away
RE: My Own C++ dll
code:
extern "C" __declspec(dllexport) int __stdcall somma(int a, int b) {
    return a + b;
}

05-04-2009 06:04 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My Own C++ dll - by TheSte on 05-04-2009 at 05:49 PM
RE: My Own C++ dll - by mezzanine on 05-04-2009 at 06:04 PM
RE: My Own C++ dll - by TheSte on 05-04-2009 at 06:31 PM
RE: My Own C++ dll - by TheSteve on 05-07-2009 at 01:11 AM
RE: My Own C++ dll - by TheSte on 05-10-2009 at 02:07 PM
RE: My Own C++ dll - by segosa on 05-10-2009 at 08:05 PM
RE: My Own C++ dll - by TheSteve on 05-11-2009 at 05:16 AM
RE: My Own C++ dll - by TheSte on 05-11-2009 at 12:19 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