Help Center
Help CenterFreeBASIC

__FB_64BIT__keyword

Intrinsic define set by the compiler

Intrinsic Defineskeyworddocumented

Syntax

__FB_64BIT__

Description


Define created at compile time if the the compilation target is 64bit, otherwise undefined.

Remarks

Differences from QB


  • New to FreeBASIC

See also


Example


#ifdef __FB_64BIT__

  '...instructions for 64bit OSes...

#else

  '...instructions for other OSes

#endif 



Reference

  • Documented in KeyPgDdfb64bit.html