Re: Eu4.1 64Bit on Win8 not working
- Posted by andi49 Mar 16, 2013
- 2021 views
Hallo
it seems that my last post was mostly nonsense (execpt that the Eu4.1 64bit was not working on Win8) maybe i sit a hour too long in front of the screen ;)
Okay, new try. This time it seems to work really.
Just one change in scanner.e
-- line 1213 frac = frac * 10 + (c - '0') -- to frac = frac * 10.0 + (c - '0')
Can someone explain this to me? I don't understand it.
As it seems that in this function (my_sscanf())mostly '10.0' is used instead of '10' and why makes it only a difference in 64bit. And does this also effect Linux 64bit and other 64bit Windows Versions or only Windows 8?
Thank you
Andreas