PlayBASIC (CLASSIC) Project Loader / Source Merger Functions
This program contains two main functions, the first reads the basic properties out of a PlayBASIC project file and the second runs through and loads and merges the source code(s) into a string. The merged code can then be saved to disk etc.
The merge routine does a loose skim over the sources looking for #INCLUDEs directives, it's probably possible for it to miss some, if statements are stack up on the same line though. But it works for what I need it for..
The merged code will saved to the C:\ drive
Related Articles
* Blog post covering how this type of pre-processing can be used (http://www.underwaredesign.com/forums/index.php?topic=4105.msg28126#msg28126)
Download
Attached bellow