PlayBASIC (CLASSIC) Project Loader / Source Merger Functions

Started by kevin, March 20, 2014, 11:43:16 PM

Previous topic - Next topic

kevin

   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
   

   Download

        Attached bellow