You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- allow [static] shared byref variables to be initialized with byref variable
17
18
18
19
[fixed]
19
20
- win/d3dx9.bi no longer has a hard-coded #inclib "d3dx9d". d3dx9d.dll is apparently not a generally valid choice. In practice programs have to be linked against d3dx9_33.dll or d3dx9_39.dll, etc.
@@ -62,6 +63,7 @@ Version 1.06.0
62
63
- #878: Fix fbc-64bit hangs on 'Case True' + 'Case False' inside 'Select Case As const'
63
64
- Fix SELECT CASE AS CONST to allow both signed & unsigned case range values
64
65
- #822, #814, #842: Compiler crash when initializing static/shared reference (DIM SHARED/STATIC BYREF) with non-constant initializer (e.g. another reference, or dynamic array element)
66
+
- ASM backend: Fix bad code generated for comparisons such as IF @globalvar = 0 THEN
0 commit comments