> > Just out of interest, why did you not take up DMZ's offer of his voxel handling libraries that handle making the files, editing the files and viewing the files? The HVAeditors viewer is easily the best voxel viewer available and HVAedit itself contains the full library. I seem to recall him offering them. I have his source code that he sent me to pass on to someone on the WW boards who was looking into writing a new voxel editor.
> Because it's C++? Using his (very advanced) code in Delphi is not-so-easy. Creating a good GUI in a C++ application is a lot harder than in Delphi, and tight integration between VXLSE Gui and the voxel code would make it a full rewrite.
Just to demonstrate my programming ignorance...isn't it possible to compile his functions into some kind of resource that can be called by another program or does that still need them to be in the same language?