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

Make STRING_ macros work with both gcc and MS VC #72

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

apnadkarni
Copy link
Contributor

Fix for the bug introduced in Tcl 9 port - #71
The STRING_ macro has been fixed to work with gcc as well as vc++.

Verified all demos work except custom_cursors which does not work for me even in previous tkdnd releases on Windows. Combinations tested (Windows only):

VS 2022 x64 with Tcl 9.0.0 (using the TIP 477 nmake, not cmake which does not detect 9.0.0 at least on my system)
VS 2022 x86 with Tcl 8.6.10 (again, using TIP 477 nmake)
MingW64 with Tcl 8.6.10 (to verify gcc using cmake build64.sh)

@petasis petasis merged commit cbdd3df into petasis:master Jan 4, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants