![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: "pointers" for calling a DLLby chinman (Monk) |
on Feb 11, 2003 at 14:08 UTC ( #234399=note: print w/replies, xml ) | Need Help?? |
ok, maybe we're getting somewhere, but
my $filename = Variant(VT_BSTR|VT_BYREF, VT_NULL); is returning "1" for $filename when it was returning "0" before. UPDATE: I don't know if this helps but, I tested this out in VB (I know, I know, yuk...). In order to get this library to work, I had to use the "Call" function on the GetFileName method. Here's the VB code.
Any other clues about how I could get this to work under Win32::OLE? thanks, chinman
In Section
Seekers of Perl Wisdom
|
|