Hi,
I've updated my WinFBE version from Github. That package include FreeBasic 1.06. I installed that and replaced the 1.06 version with 1.07, but run into problems when trying to compile i.e using "include once windows.bi". The compiler throws out amongst many other:
C:\FreeBasic\FreeBASIC-1.07.0\inc\win\winuser.bi(166) error 71: Incomplete type, before ')' in 'declare function wvsprintfA(byval as LPSTR, byval as LPCSTR, byval arglist as va_list) as long'
I've read somewhere that version 1.07 now have a built in handling av variadic function list. Any hints where to go from here?
Eigil
Found the culprit. Compiler pointed to FB32.exe and not fbc.exe(1.07.0) version