Skip to content

FB_VERSION


Intrinsic define (macro string) set by the compiler

Syntax

` FB_VERSION

`

Description

Substituted by the version number of the compiler where used.

Examples

start GeSHi

vb
#if __FB_VERSION__ < "0.18"
#error  Please compile With FB version 0.18 Or above
#endif

end GeSHi

This will stop the compilation if the compiler version is below 0.18

Differences from QB

  • Did not exist in QB

See also

  • __FB_SIGNATURE__
  • __FB_WIN32__
  • __FB_LINUX__
  • __FB_DOS__

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft