<div dir="ltr">I'm writing a code transformation that involves adding an include to existing code, adding a base class<br>to and existing class and then linking with a previously compiled library.  The main problem for me <br>
seems to be how can I add the include?  Can I compile the include alone to byte code and pre-pend it?<br>Should I compile the library, which includes the include and parse out the include and pre-pend it?<br>Am I missing something fundamental here?<br>
<br>Thanks,<br>David<br></div>