> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Andrew Mueller
> Sent: November 23, 2004 12:35 PM
> To: [EMAIL PROTECTED]
> Subject: TK - Tablematrix Problems
> 
> Hello,
> 
>  
> 
> I just installed the most recent Perl distribution but I am 
> now having problems when I create a spreadsheet using 
> Tk::TableMatrix::Spreadsheet.  

[snip code]

> 
> 
> 1. When I execute the main program I get an initial message 
> "Had to create Tk::XlibVtab unexpectedly at 
> C:/Perl/lib/DynaLoader.pm line 253", which only appears when 
> I load the Tk::TableMatrix::Spreadsheet and Tk::TableMatrix 
> packages (and the program still runs).  If I remove those 
> packages and execute the main program, there are no error 
> messages (and the program still runs).  
> 
>  
> 
> 2. When I execute the command to create the spreadsheet, 
> (assuming the correct packages are loaded, ie. 
> Tk::TableMatrix::Spreadsheet and Tk::TableMatrix) the 
> following Windows Error message pops up: ' The instruction at 
> "Ox77f5b2ab" referenced memory at "Ox05dc0a14".  The memory 
> could not be "read" '
> 
>  
> 
> Also, the following message is outputted from Perl: 
> 
>  
> 
> 4ddc0ac is not a hash at C:/Perl/site/lib/Tk/Widget.pm line 
> 190, <DATA> line 164.
> 
> This application has requested the Runtime to terminate it in 
> an unusual way.
> 
> Please contact the application's support team for more information.
> 
>  
> 
>  
> 
> Does anyone have any suggestions on how to alleviate this 
> problem so that I can get the Spreadsheet widget working again??
> 

I *think* you get this if your Tk::TableMatrix was not built against the Tk
you are using. I was in the same situation last month. The problem with
TableMatrix - is you have to recompile it if you upgrade your Tk. The
problem with all the ppm locations which house TableMatrix - is that while
they all state the perl version, none of them (that I know of) offer you the
selection of choosing based on perl *AND* Tk version.

What is your perl version? Tk version? What site did you get the ppd from?

After I compiled from scratch it works fine. I use AS build 809, perl 5.8.3,
Tk804.027.

Jack
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to