-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug] wxCatapult: when built on mingw or msvc win32, "catapult.exe --version" emits nothing. [sf#485] #18
Comments
Updated by joxy on 2013-08-01 05:10 UTC
|
Commented by joxy on 2013-08-04 09:24 UTC Any Windows gurus here? I don't kinda want to invest too much time in Windows internals, so I give up on this bug |
Updated by joxy on 2013-08-04 09:28 UTC
|
Commented by manuelbi on 2013-08-04 16:36 UTC I made some version stuff a bit simpler today, maybe it helps, let me know. |
Commented by joxy on 2013-08-04 19:38 UTC |
Commented by manuelbi on 2013-08-04 20:00 UTC If not, did you try to find out where it is going wrong? E.g., perhaps the VERSION info is simply not generated correctly. Did you look at the generated Version.ii? Is the version in the About box correct with MinGW? |
Commented by joxy on 2013-08-04 20:23 UTC |
Commented by manuelbi on 2013-08-04 20:29 UTC But that code is writing the XML to openMSX. It has nothing to do with printing the version of wxCatapult... Is that part of the code also giving problems? |
Updated by joxy on 2013-08-05 08:37 UTC
|
Commented by joxy on 2013-08-05 08:59 UTC
std:cout doesn not fix this bug. I just tested --version.
Yes. Version.ii is fine.
With mingw32, the About box and its versions labels are fine.
|
Commented by joxy on 2013-08-05 09:18 UTC |
Commented by m9710797 on 2013-08-05 10:11 UTC #include Unfortunately unicode stuff complicates things a bit. I won't go into all To print utf-8 strings (that only contains ascii chars) you don't need to std::string myUTF8String = ...; std::cout << "This is a std::string " << myUTF8String << std::endl; Wouter On Sun, Aug 4, 2013 at 10:23 PM, joxy [email protected] wrote:
|
Commented by manuelbi on 2013-08-05 21:06 UTC |
Commented by joxy on 2013-08-11 20:55 UTC I guess maybe wxWidgets initialize the CRT strangely... |
Reported by joxy on 2013-07-30 05:54 UTC
Must emit a textual version info.
The text was updated successfully, but these errors were encountered: