in reply to DLL or VB to Perl
Your English is as bad as me, so i don't be sure if my answer is for you.;)
first you need use enumobject to check if com library installed correctlyif the library name you want to use does show in above list, you must recheck your perlcode.$Count = Win32::OLE->EnumAllObjects(sub { my $Object = shift; my $Class = Win32::OLE->QueryObjectType($Object); printf "# Object=%s Class=%s\n", $Object, $Class; });
in the other hand, you can use ole_viewer, and other M$ tools to export function declaration, and use it in XS/Inline C. I've tried but it's really tedious work.
I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DLL or VB to Perl
by joago (Initiate) on Jun 16, 2014 at 08:52 UTC | |
by Anonymous Monk on Jun 16, 2014 at 19:33 UTC | |
by joago (Initiate) on Jun 18, 2014 at 07:37 UTC | |
by Anonymous Monk on Jun 18, 2014 at 08:10 UTC |