What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Trouble creating a DLL that works in Plus

Trouble creating a DLL that works in Plus
Author: Message:
a0369
Junior Member
**

Avatar

Posts: 16
35 / Male / Flag
Joined: Oct 2004
O.P. Trouble creating a DLL that works in Plus
I've spent quite some time trying to get a DLL file to work by using the Interop.Call function, but it just won't accept it.

Here's what I have so far.

c code:
#include "stdafx.h"

#ifdef __cplusplus    // If used by C++ code,
extern "C" {          // we need to export the C interface
#endif

__declspec(dllexport) int __stdcall GetScreenSize(int avar)
{
    //some code here
    return 1;
}

#ifdef __cplusplus
}
#endif

I just want to get the dll to work so I can use it, but messenger plus will not call the function.
10-12-2008 08:18 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Trouble creating a DLL that works in Plus - by a0369 on 10-12-2008 at 08:18 PM
RE: Trouble creating a DLL that works in Plus - by felipEx on 10-12-2008 at 11:13 PM
RE: Trouble creating a DLL that works in Plus - by a0369 on 10-12-2008 at 11:22 PM
RE: Trouble creating a DLL that works in Plus - by felipEx on 10-12-2008 at 11:40 PM
RE: RE: Trouble creating a DLL that works in Plus - by davidpolitis on 10-13-2008 at 10:18 AM
RE: Trouble creating a DLL that works in Plus - by a0369 on 10-13-2008 at 01:22 AM
RE: Trouble creating a DLL that works in Plus - by Mnjul on 10-13-2008 at 11:24 AM
RE: Trouble creating a DLL that works in Plus - by a0369 on 10-13-2008 at 04:52 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