Skip to content

fix: tk_base.rc error reported when using the WIN64 -dyn tclkit file. - #4

Open
webbrain-one wants to merge 1 commit into
auriocus:masterfrom
webbrain-one:webbrain/issue-1
Open

fix: tk_base.rc error reported when using the WIN64 -dyn tclkit file.#4
webbrain-one wants to merge 1 commit into
auriocus:masterfrom
webbrain-one:webbrain/issue-1

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #1

Starkits built with the WIN64 -dyn tclkit runtime fail at startup
with "FindresourceW() failed for buttons bitmap resource". This
occurred because tk_base.rc resources were not properly linked or
initialized for dynamic builds, unlike the working -gui builds.

Modified kitInit.c to ensure Tk bitmap resources are correctly
handled for WIN64 -dyn tclkit/starkit configurations.
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.

tk_base.rc error reported when using the WIN64 -dyn tclkit file.

1 participant