I thought it was weird that the msvcrt wasn't included in
the link, but that was the way the makefile was generated
(via h2xs and Makefile.PL). I added the -lmsvcrt to the
LIBS array in Makefile.PL, and everything worked great.
Thanks for your help.
At 02:48 PM 7/29/2005, Robert May wrote:
Bri
Brian Casey wrote:
>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Skip blib\lib\MSC\LAPI.pm (unchanged)
Running Mkbootstrap for MSC::LAPI ()
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 LAPI.b
I spent some time trying to find something in the archives, with
no luck.
I need to call functions from a C-based DLL from Perl. The SO/XS
interface works fine on Linux, but when I try to build the XS layer
under AS Perl on Windows I get the following errors:
>nmake
Microsoft (R) Program Maint