Petr, I am finally getting back into programming and had a question. I am going to work on a new model viewer written in c++ using wxwidgets. I want to of course want to load m15 files.
I had some questions.
1. Since you already have routines to load and optimize m15 files, can I just call those functions from a dll that you make in powerbasic and that I can call in c++?
2. If #1 is not possible, can you give me some guidance on what I might put into a c++ class for handling m15 files?
I will put up a rough download later tonight that just draws a wireframe cube, but to give you an idea of what I am doing and a first glimpse at the very early stages of a new model viewer/level editor.