in reply to Cross-Compile Perl Modules for Win x64

You need to link with the same version of Perl DLLs and the same version of the C run-time library, and that means doing that on a 64-bit machine with Microsoft Visual Studio. I expect (though I am not certain) that for the Oracle DBD you will need the Oracle DLLs as well.
  • Comment on Re: Cross-Compile Perl Modules for Win x64