Hi,<div><br></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p>OK, thanks for the detailed info, I'll look into the linking process.</p>
</blockquote><div>I think that if you just want to hack something together quickly, you could look into doing something like generating a cpp file in memory that #includes all of the cpp files you care about.</div><div><br>
</div><div>Depending on how your cpp files are written, this might let you sail by. The (admittedly major) catch is that the cpp files can't depend on anonymous namespaces, static functions, etc. to compile correctly.</div>
<div><br></div><div>Just my 2 cents.</div><div><br></div><div>-Joshua</div></div></div>