object.Exception@..\..\src\dtk\loader.d(87): 'tcl86t.dll' not found in PATH.
But actually it emits this error even if it finds the DLL, but fails to load it. This can easily happen if we have the DLL for the wrong architecture in the PATH. We need to fix this error message.
The DLL loader will emit:
But actually it emits this error even if it finds the DLL, but fails to load it. This can easily happen if we have the DLL for the wrong architecture in the PATH. We need to fix this error message.