What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Interop.GetCallbackPtr

Interop.GetCallbackPtr
Author: Message:
paulspiteri
New Member
*


Posts: 5
Joined: Oct 2008
O.P. RE: Interop.GetCallbackPtr
Okay I got it working

But I get a warning..

Bad calling convention detected for .......... The function must be declared with __stdcall and called with the appropriate number of parameter.


My function is defined as:

extern "C" _declspec(dllexport)int Test(int* test);

if i change it to
extern "C" _declspec(dllexport)int __stdcall Test(int* test);

then it says the function could not be found!

How do I fix that?
thanks
10-25-2008 11:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Interop.GetCallbackPtr - by paulspiteri on 10-25-2008 at 01:34 PM
RE: Interop.GetCallbackPtr - by ShawnZ on 10-25-2008 at 01:36 PM
RE: Interop.GetCallbackPtr - by felipEx on 10-25-2008 at 08:57 PM
RE: Interop.GetCallbackPtr - by paulspiteri on 10-25-2008 at 11:43 PM
RE: Interop.GetCallbackPtr - by felipEx on 10-26-2008 at 12:07 AM
RE: Interop.GetCallbackPtr - by paulspiteri on 10-26-2008 at 02:14 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