in reply to how to load a DLL file written in C code using PERL

Take a look at Win32::API & Win32::API::Prototype. If you are using an Active State build you probably have the former already installed. I find the latter easier to use, but installing it isn't trivial.

If you encounter problems, come back with what you have, and the function signatures of the APIs you are trying to access and you'll get more help.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."
  • Comment on Re: how to load a DLL file written in C code using PERL