I am having some problems precompiling tSTC.h due to all of the inlining.
There is a switch (___tSTC_h_no_inline___) to keep the .ipp file from being included in the .h, but since all of the class methods are declared as inline, I still end up with problems. Short of doing a find/replace on all 6000+ occurrences of "inline", I am looking for an alternative that will speed up my compiles during development.
I notice that the files are auto-generated: is it possible to get a version of the DDK that has been produced in a non-inlined form?
------------------
scott gillespie
applied brain, inc.
------------------