visualfc / atk

Another Golang Tcl/Tk binding GUI ToolKit
GNU Lesser General Public License v2.1
97 stars 19 forks source link

Failed to load tcl86t.dll: The specified module could not be found. #5

Closed diomager closed 3 years ago

diomager commented 4 years ago

Failed to load tcl86t.dll: The specified module could not be found.

using activetcl 8.6.3.1

mardukbp commented 3 years ago

In a standard installation that file is located at C:\ActiveState\bin. Unless you unchecked the box, this path should have been added to the system-wide %PATH% environment variable. You can verify that with echo %PATH%.

onur2677 commented 3 years ago

if you installed ActiveState PATH correctly, move your project directory to C:\go (For Example : C:\go\YOUR_PROJECT) and build your project