in reply to Re^4: Calling a function form an external DLL with Inline::C on windows
in thread Calling a function form an external DLL with Inline::C on windows

I had a couple of goes at the AUTOWRAP, and I couldn't work out the magic incantations to make it work either.

With regard to Win32::API.

Which versions that module and Perl are you using?

Is the Perl home built? If so with which compiler?

  • Comment on Re^5: Calling a function form an external DLL with Inline::C on windows

Replies are listed 'Best First'.
Re^6: Calling a function form an external DLL with Inline::C on windows
by Anonymous Monk on Aug 06, 2010 at 10:40 UTC
    The Perl on this computer is ActiveState's 5.10.0 standard distribution:

    This is perl, v5.10.0 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail) Copyright 1987-2007, Larry Wall Binary build 1002 [283697] provided by ActiveState http://www.ActiveSt +ate.com Built Jan 10 2008 11:00:53
    I installed Win32::API v0.59 with their ppm utility. So that is also pre-built and "standard". By the way the MinGW and Inline packages are from the same source (their package repository).