in reply to Re: Link Tcl to a different tcl.dll on Windowsin thread Link Tcl to a different tcl.dll on Windows
dl_path = SvPV_nolen(get_sv("Tcl::DL_PATH", TRUE)); if (dl_path && *dl_path) { handle = dlopen(dl_path, RTLD_NOW | RTLD_GLOBAL); [download]