I was expecting to find wxrc.exe in the dev packages. Issue #18124 requested this to be added, and it was closed with a fix, but wxrc.exe does not appear to be in the dev packages. I downloaded wxMSW-3.2.1_vc14x_x64_Dev.7z and it was not there. I also downloaded a few earlier versions and it didn't seem to be in any of them.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I have checked development packages for the latest latest MSVC and GCC versions:
wxMSW-3.2.1_gcc1220_Dev.7z
wxMSW-3.2.1_gcc1220_x64_Dev.7z
wxMSW-3.2.1_vc14x_x64_Dev.7z
wxMSW-3.2.1_vc14x_Dev.7z
wxrc.exe is missing "only" from the 64-bit MSVC one.
Not sure where the problem is, assuming the executable was really built it utils\wxrc\%VCver%_mswudll_x64\ it should be copied and packed here
https://github.com/wxWidgets/wxWidgets/blob/f0b76076f4b8ca21ef5acebd5569f41133dcd21b/build/tools/msvs/package.bat#L70-L73
However, when I build 64-bit wxrc with nmake -f makefile.vc BUILD=release SHARED=1, the result is in "vc_x64_mswudll", not in "vc_mswudll_x64" (please notice the different position of "mswudll").
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks for reporting and checking this!
@doscott Could you please have a look at it? I think it might be just as simple as fixing the path used in the copy command, but it would be nice if you could please confirm it. TIA!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Will look at this tomorrow.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thank you! Sorry I should have checked the other zips as well.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #23122 as completed via 70667fc.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()