Yikes. I don't wanna rely on .Net framework!!!! Yikes! Hmm. There has to be some library that I can statically link to.
-----Original Message----- From: Jan Dubois [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 5:56 PM To: [EMAIL PROTECTED] Cc: Dave Roth; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Win32::AdminMisc::GetMemoryInfo reporting unrealistic data On Tue, 15 Jul 2003 21:35:52 -0300, [EMAIL PROTECTED] wrote: >Tis been a very very hard day.... > >In my last msg I made a typo.... > >where its stated "The dynamic link library MSVCR80.DLL could not ..." > >it should read "The dynamic link library MSVCR70.DLL could not..." That means Dave used MS C++ 7.0 to compile the extension. You will need to install e.g. the .NET Framework, or preferably, Dave will recompile use VC++ 6.0. This new runtime library dependency is the reason we decided VC++ to keep compiling ActivePerl 5.8 with VC++ 6.0 (which uses MSVCRT.DLL, which part of the OS nowadays). Cheers, -Jan _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
