in reply to Re: Link Tcl to a different tcl.dll on Windows
in thread Link Tcl to a different tcl.dll on Windows

:) https://metacpan.org/source/VKON/Tcl-1.02/Tcl.xs
dl_path = SvPV_nolen(get_sv("Tcl::DL_PATH", TRUE)); if (dl_path && *dl_path) { handle = dlopen(dl_path, RTLD_NOW | RTLD_GLOBAL);