expvb
2006-07-20 22:05:37 UTC
Is there an Addin for VB6 that lets me expand macros, like C++ that might
include several lines? The Addin must not modify the source code, but makes
a copy of the source code then compile it.
I am not interested in solutions done at run time, as this will be used for
a special purpose. Without an Addin, I could make a tool that reads the VBP
file, then in a temp folder expands the macros and compile the project via
command line options, however, I prefer an Addin.
Thank you
include several lines? The Addin must not modify the source code, but makes
a copy of the source code then compile it.
I am not interested in solutions done at run time, as this will be used for
a special purpose. Without an Addin, I could make a tool that reads the VBP
file, then in a temp folder expands the macros and compile the project via
command line options, however, I prefer an Addin.
Thank you