Skip Menu |

This queue is for tickets about the Win32-Console-ANSI CPAN distribution.

Report information
The Basics
Id: 43639
Status: resolved
Priority: 0/
Queue: Win32-Console-ANSI

People
Owner: Nobody in particular
Requestors: rfulbrig [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Win32::Console::ANSI v1.01 Not Working in Vista
Date: Wed, 25 Feb 2009 21:11:56 -0500
To: <bug-win32-console-ansi [...] rt.cpan.org>
From: Roy Fulbright <rfulbrig [...] hotmail.com>
I am running Activestate Perl 5.10 on Windows Vista Home Premium. I get the error message below when I run the following program: #!/usr/bin/perl use strict; use warnings; use Win32::Console::ANSI; print "\e[30;43m", '000002', "\e[30;42m", 'myfile', "\e[0m", "\n"; exit; Can't load 'C:/Perl/site/lib/auto/Win32/Console/ANSI/ANSI.dll' for module Win32::Console::ANSI: load_file:Invalid access to memory location at C:/Perl /lib/XSLoader.pm line 64. at C:/Perl/site/lib/Win32/Console/ANSI.pm line 65 Compilation failed in require at C:\Bat\ansi.pl line 4. BEGIN failed--compilation aborted at C:\Bat\ansi.pl line 4. I disabled my anti-virus software but the results are the same. I ran my cmd window at Administrator level but that does not help either. This is a great module. It works fine on my XP system. I would really like to be able use it on Vista also. Thanks, Roy Fulbright Show quoted text
_________________________________________________________________ Windows Liveā„¢: Discover 10 secrets about the new Windows Live. http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!7540.entry?ocid=TXT_TAGLM_WL_t2_ugc_post_022009
The 1.04 version of the module works on Vista (32 and 64) and on Windows 7-beta (32 and 64).