Hi there,
I took a closer look at dlls - and I don't think that they are the right solution for our performance problem here. TreeCreator's "exporter" basically does nothing else than writing the lines which define a tree in a lite-c-file. A dll, however, has to be built & compiled as far as I know - so using a dll is impossible after all because it needs to be compiled before being used. Plus, even if an uncompiled dll can be used, anybody who wants to use TreeCreator has to download and install a SDK before he's able to use TreeCreator which I would like to avoid. TreeCreator should be as simple in use as possible. However, apart from dlls, I don't see any solution which would make sense - using lite-c-files slows the compilation process down a lot... Any suggestions?