Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: "pointers" for calling a DLL

by chinman (Monk)
on Feb 16, 2003 at 01:59 UTC ( [id://235657]=note: print w/replies, xml ) Need Help??


in reply to "pointers" for calling a DLL

Ok, I finally got it to work. You have to leave out the DATA parameter in the Variant method.

For example, this does not work:

my $var = Variant(VT_BSTR|VT_BYREF, 0);

but, this does:

my $var = Variant(VT_BSTR|VT_BYREF);

FINALLY!!!

Replies are listed 'Best First'.
Re^2: "pointers" for calling a DLL
by Solo (Deacon) on Feb 16, 2003 at 02:49 UTC
    Thanks for posting your solution!
    --
    Now let's blow this thing and go home!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://235657]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2025-07-18 11:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.