visualfc / atk

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

custom TCL and TK dll path? #32

Closed timelessnesses closed 1 year ago

timelessnesses commented 1 year ago

i have a problem where if I don't install my tcl86.dll and tk86.dll from ActiveState installer and instead copy those to folder where the binary is it just wouldn't load those dll that I give it and instead always tries to load it somewhere else.
so of instead of loading same path as always. can you make it supports to find dll in program's folder or maybe give an option to load from the bytearray (so i can go:embed it)?

52LY commented 1 year ago

https://github.com/visualfc/atk/issues/8 hope to help you.

timelessnesses commented 1 year ago

ah i will try that

timelessnesses commented 1 year ago

looks like it works.