Blitz Toolbox/Code Processors/BlitzBasic Preprocessor
BlitzBasic Preprocessor by mcvhttp://blitzmirror.ueuo.com/ |
About

BlitzBasic Preprocessor is a preprocessor developed for Blitz3D and BlitzPlus. It is free, open source software written in C# by Michael Reitzenstein. It was originally GPL'd but is now distributed under the MIT license since December 2008. This version now includes an improved manual and code examples.
Note: The preprocessor needs the Microsoft .NET Framework Version 1.1 or higher to run. If you don't have .NET you need to download and install the Redistributable Package found here.
Full list of preprocessor directives available:
#Define #IfDef #IfNDef #Else #Endif #Include #DefMacro #EndDefMacro #IfMacroArg #IfNMacroArg #ElseMacroArg #EndIfMacroArg #Macro #Option Explicit #Profile #ReadType #WriteType #PeekType #PokeType #SizeOf

