You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is zlib1.dll when compiling Tcl/Tk with msys2 and that dll should be placed to either current project path or one of the system paths. VSC++ does not produce such a dll, so no any tricks require. As a solution, it could be added another target to Makefile for compiling tcl with VSC++.
Looks like DLLs compiled with msys2 cannot be loaded by FFI.
DLLs produced by VS C++ work without issues.
The text was updated successfully, but these errors were encountered: