perls_of_joy has asked for the wisdom of the Perl Monks concerning the following question:
use strict;<br> use diagnostics;<br><br> use Win32::API;<br><br> my $func = Win32::API->new ('C:\func.dll', 'myFunc',['I'], ['I']) or d +ie "Can't make a Win32::API object!";<br><br> print "ReturnCode = ", $func->Call(100);<br>
Edit: g0n closed code tag
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help in compiling a C dll for use with Perl
by samtregar (Abbot) on Jan 31, 2006 at 17:53 UTC | |
|
Re: Help in compiling a C dll for use with Perl
by syphilis (Archbishop) on Feb 01, 2006 at 06:23 UTC |