----- Original Message ----- From: "simon andrews (BI)" <[EMAIL PROTECTED]>
> > Can anyone suggest how I can get this to work please? > > Cheers > > Simon. > *I* can only provide you with a workaround - which I think has been already discussed on this list, though I couldn't find it in the archives. If you get an error such as 'Can't locate Tk/AddScrollbars.pm' or 'Failed to AUTOLOAD Tk::Frame::packscrollbars' then find AddScrollbars.al and packscrollbars.al in your perl installation and copy them to the current directory. Then, in your perl script, include: require 'AddScrollbars.al'; require 'packscrollbars.al'; Those required '.al' files then have to be packaged with the executable and the perl dll for the executable to work on a machine that doesn't have perl. There's possibly a simpler way. I hope there is, because that's pretty tedious .... but at least it works. (I tested on Win2k, perl 5.6.1, with PAR-0.66 as it comes, straight out of the box.) Cheers, Rob
