FB_VERSION
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfbversion
- Last revised: 2016-02-10
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
#endifend 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