FreeBASIC 1.08.1
News post at www.freebasic.net forums : FreeBASIC 1.08.1 Released
Prebuilt binaries can be downloaded at:
https://sourceforge.net/projects/fbc/files/FreeBASIC-1.08.1
For discussion on this release see FreeBASIC 1.08.1 Release Discussion
This fixes problems with the 1.08.0 release - please download this new release to fix the following:
- github #315: set parameters when calling SCREENCONTROL (was broken in fbc 1.08.0 due to new LONG/LONGINT SCREENCONTROL API's)
- github #318: duplicate definition for deleting destructor; the deleting destructor was being emitted even though the class was declarations only on the fbc side
- github #320: oGLfbGFX: scaling set by SCREENCONTROL not used when initializing opengl unix driver
- github #321: FB_ARG_EXTRACT incorrectly recognizes commas nested in other forms with variadic macros - internally use new hlp-str.bas:hStr2Args() procedure
- github #322: Fix D2D not rendering the rightmost column of pixels (adeyblue)