Can I write to BlitzMax's debuglog from C++ functions I call in modules? I've noticed that irrKlang - when compiled with GCC - is writing to my BlitzMax debuglog, so I'm assuming there's a pretty standard method of doing this.
It would make it much easier to spot any lingering bugs which might be in my TV module if I could debuglog the C++ values as well as the BMax ones.
It would make it much easier to spot any lingering bugs which might be in my TV module if I could debuglog the C++ values as well as the BMax ones.