OT: on IDEs and code writing on steroids
dsimcha
dsimcha at yahoo.com
Mon May 18 06:30:02 PDT 2009
== Quote from grauzone (none at example.net)'s article
> So what would you suggest to make the things you mentioned work? That was:
> 1. templated virtual functions
> 2. finding all derived classes (from other source files)
> The problem is that D wants to support dynamic linking on the module
> level, more or less.
Well, if you use dynamic linking then all bets are off. As long as you compile
the project into a single binary using static linking, though, you're good. This
would solve a large portion of the cases.
More information about the Digitalmars-d
mailing list