Home
Products
Community
Manuals
Contact
Login or Signup

Blitz Toolbox/Code Processors/Framework Assistant

Framework Assistant by Jim Brown

http://sites.google.com/site/jimbrown007

About

Framework Assistant is a utility which creates BlitzMax 'Framework' templates.
By default, when you compile a BlitzMax source file without a framework every module (in the mods folder) gets included in the final executable.
This will result in a larger executable than required.
What Framework Assistant does is examine the source file (as well as includes/imports) to produce a list showing only the modules actually needed.
This resulting framework code can then be pasted into the source code. After a re-compile the executables file size should be significantly smaller

Latest version here -> Framework Assistant