Google Code Exporter

Results 21406 comments of Google Code Exporter

``` FYI, just did a few more checks: - my "Vista x64 testing machine" is a VM with a clean Vista x64 SP2 install, so I dearly hope my specific...

``` Just came across this issue as well. Running on a dirty Win7 Professional machine and a clean Win7 Home Basic VM. Executable was created on a Windows 7 Pro...

``` The problem is not with makensis but with cmd.exe. The cmd.exe can't really handle Unicode. You have to use makensisw.exe to see the Unicode output. ``` Original comment by...

``` Saying the console cannot handle Unicode is simply not true, it cannot handle RTL and things that require Uniscribe but it can display a lot of the BMP. See...

``` It looks like you are right it looks like WriteConsoleW is your friend. I will have to take a look to see how to best fit it into the...

``` To fix this problem we will have to figure out how to read stdin and detect the BOM. This means, we will have to write FOPENTEXT so that it...

``` Yes, I meet the same issue, in my case, the number "1" is missed at a bigger chance. How can I solve this problem? Could you please give some...

``` Runner should verify the exit code of the application and signal if it is non-zero. ``` Original comment by `[email protected]` on 27 Apr 2012 at 8:00

``` I will consider this problem ``` Original comment by `[email protected]` on 30 Apr 2012 at 2:10 - Changed state: **Started**

``` The exit code is checked now and an error message is displayed if the error code is non-zero Unfortunately I see no possibility to find out which assertion failed...