On 9/20/15 6:50 PM, Roderich Schupp wrote:
On Sun, Sep 20, 2015 at 11:14 PM, Kevin Walzer <k...@codebykevin.com <mailto:k...@codebykevin.com>> 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

Reply via email to