can't call my dll's function - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: can't call my dll's function (/showthread.php?tid=65791) can't call my dll's function by graphicsxp on 09-03-2006 at 09:51 PM
Hi, code: and here is the call from the script: code: the error returned is : Interop.Call could not locate the function "Display" So I assume the dll was found but not the function withing the dll Does anyone knows what could be wrong there ? thanks RE: can't call my dll's function by Mnjul on 09-07-2006 at 12:21 PM
Since you're using VB.net, you'll need to use regasm to register your DLL and use the following code to call your Display function: RE: can't call my dll's function by graphicsxp on 09-08-2006 at 10:04 PM
Hi, code: my jscript is : code:and yet it doesn't do anything Do you have an idea why ? I can't even see the debug window, it's gone for some reason and I can't reactivate it even if I tick the checkbox in the options... RE: can't call my dll's function by ShawnZ on 09-08-2006 at 10:06 PM
quote: there's no checkbox to open the debug window, there's a menu item under Plus!. the checkbox just enables that menu item RE: can't call my dll's function by graphicsxp on 09-08-2006 at 10:09 PM
arf... you are right, I got it now.../ thanks |