—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
You need to describe what exactly you're doing to have any chance of getting help.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
in code::blocks on compiler settings to add directories for linker libraries and i couldn't find libwxmsw32.a file
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #25979 as not planned.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Have you built wxWidgets? If no, this answers your question. If you did, you need to explain how.
Anyhow, this is almost certainly not an issue in wxWidgets, so closing this — please use the usual support channels (forums, mailing list etc) for asking questions.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
libwxmsw32.a would exist only if you built wxWidgets successfully with two non-default settings:
(1) Monolithic instead of multilib.
(2) ANSI instead of Unicode (Unicode libraries are libwxmsw32u.a and libwxmsw32ud.a, notice the u in the library names)
While (2) is still possible in 3.2, it is certainly not recommended nor commonly used.
If you used Code::Blocks wxWidgets project wizard and have the the .a files with the u in their name, make sure to check "Enable Unicode" under wxWidgets Library settings group on the various configuration options page of the wizard.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()