batkins has asked for the wisdom of the Perl Monks concerning the following question:
I have a PAR file that contains the following directory system:
Win32
API.pm
auto
Win32
API
API.dll, API.bs, etc. (copied from a working auto directory)
the code to load the PAR file looks something like this:
But when I run it, I get a message box from ActivePerl claiming that the DLL is not a valid Windows image. Why does this happen?use PAR 'Win32X.par'; use Win32::API; ...
- Bill
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PAR with Perl 5.8
by graff (Chancellor) on Feb 13, 2003 at 02:55 UTC |