![]() |
BlitzMax Extended
0.8.11
Pushing Blitz to the Max.
|
Any BlitzMax application uses this C runtime library and the assembly code created by the bcc from the actual BlitzMax code which is assemled by the platform's assembler.
That means this C code has a great influence on the execution of any application or module. Changing the expected behaviour of the API can therefore lead to error-prone behaviour. You have been warned :)
BlitzMaxExtended is a modification of this runtime library to ease development from C/C++, speed up existing applications and add new features and stability. While some features may have been renamed or replaced by newer ones, in general the API stays the same and legacy code should not be affected.