-
This fault is very old : from FBC 0.14 when the function GetMouse began tu run in text mode (Screen 0)
2009-09-30 07:34:26 UTC in FreeBASIC Compiler
-
In fullscreen text mode only ("Screen 0" + fullscreen), the scroll wheel value from the "GetMouse" function is not updated.
I don't know if it's due to FreeBasic or Windows XP environment.
2009-09-28 13:13:22 UTC in FreeBASIC Compiler
-
The compiler crashes when it compiles the "XOR" instruction in only direct mode with the only value &H32 (any other direct value runs).
Example of code :
Dim I As Integer
I = I XOR &H32
Show log compiler output :
Aborting due to runtime error 12 ("segmentation violation" signal)
System:
fbc: FreeBASIC Compiler - Version 0.21.0 (06-21-2009) for win32 (target:win32)
OS: Windows XP...
2009-07-04 09:58:17 UTC in FreeBASIC Compiler