in reply to Help in compiling a C dll for use with Perl

Have you looked at Inline::C? If you have a working C compiler (which seems likely) it may provide an easier path than Win32::API. Inline::C will handle compiling your C code and making it available from Perl. All you have to do is write the code and configure Inline::C to access your compiler.

-sam

  • Comment on Re: Help in compiling a C dll for use with Perl