LoadLibrary from a script?

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: LoadLibrary from a script?

Re: LoadLibrary from a script?

by Peke » Thu Oct 09, 2008 6:32 pm

From what I know VBScript only supports COM utilities that implement the IUnknown interface for automation. You can't import functions from a regular non-COM DLL in VBScript.

LoadLibrary from a script?

by asaf-g » Wed Oct 08, 2008 7:36 pm

Hey
Is it possible to use the LoadLibrary function from a VB script written for MM?

Thanks.

Top