in reply to Re^6: Need to have win32::API module compatible with perl 5.6.1.635
in thread Need to have win32::API module compatible with perl 5.6.1.635

Profile your application with http://www.dependencywalker.com/. You will see what DLL you called, and the dependencies of it (such as coredll.dll). If you don't have a coredll.dll, you need to contact the person that gave you the DLL you are using for coredll.dll.
  • Comment on Re^7: Need to have win32::API module compatible with perl 5.6.1.635