Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: "pointers" for calling a DLL

by Solo (Deacon)
on Feb 11, 2003 at 12:04 UTC ( [id://234361]=note: print w/replies, xml ) Need Help??


in reply to Re: "pointers" for calling a DLL
in thread "pointers" for calling a DLL

Variant BSTRs should automatically print nicely.

You say you found GetFileName in OLE View, but was it of type "Dispinterface" or something else? Do you have an automation/scripting object model for the component--or can you get one?

COM/OLE components can contain interfaces that only C/C++ can hit. And they often contain thin wrappers, called Dispinterfaces, around these C/C++ calls that VB, vbs, Perl, et al can easily use. You may have found the wrong one. I wonder if the syntax is going to be something different... for instance:

my $filename = $XRawFile->{Filename};

** /me shrugs ** But this is just a hunch.

--
Never tell me the odds!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found