Re: Problems with Tkx in par package
[email protected] (Kevin Walzer)
| Newsgroups | perl.par |
|---|---|
| Organization | WordTech Communications LLC |
| Message-ID | <[email protected]> |
On 9/20/15 6:50 PM, Roderich Schupp wrote: > On Sun, Sep 20, 2015 at 11:14 PM, Kevin Walzer <[email protected] > <mailto:[email protected]>> wrote: > > my $frameworkpath = "$Bin/Tcl/bin/tcl86.dll"; > > > Instead, you want to derive the location of tcl86.dll from > $ENV{PAR_TEMP} which is the top level cache directory, I've tried this, but it also does not work: if ( $Config{osname} eq "MSWin32" ) { my $dllpath = "$ENV{PAR_TEMP}/inc/script/Tcl/bin/tcl86.dll"; print "$dllpath\n"; $ENV{'PERL_TCL_DL_PATH'} = $dllpath; } These flags seem to be ignored. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com