Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSYS2 Tcl/Tk dlls cannot be loaded #27

Open
skoro opened this issue Jun 5, 2023 · 1 comment
Open

MSYS2 Tcl/Tk dlls cannot be loaded #27

skoro opened this issue Jun 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@skoro
Copy link
Owner

skoro commented Jun 5, 2023

Looks like DLLs compiled with msys2 cannot be loaded by FFI.
DLLs produced by VS C++ work without issues.

@skoro skoro added the bug Something isn't working label Jun 5, 2023
@skoro skoro self-assigned this Jun 5, 2023
@skoro
Copy link
Owner Author

skoro commented Jun 6, 2023

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++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant