Thank you for your suggestion
I just tried to use it but I got
"Can't call method "Call" without a package or object reference at script.pl line 9."
#!usr/bin/perl use strict; use warnings; use Win32::API; my $function=Win32::API->Import( 'D:\Cleware\USBaccess.dll', 'int FCWInitObject()', ); my $return = $function->Call();
In reply to Re^2: Call a function from DLL
by Cleware
in thread Call a function from DLL
by Cleware
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |