.dll Question Staging a .dll

What does it say in orbiter.log about the reason for the crash?

Don't forget, you can use the debug output to let your code talk to you if, like me, you are not confident with the C++ debugger:

Code:
sprintf(oapiDebugString(), "%s", "I am here!"); // ====DEBUG====
 
Last edited:
The log doesn't say anything meaning it has to do with the code. I have all the needed cfgs for all three stages.all the meshes, and the scn is just fine. The log tells me nothing went wrong either. My code is in this thread if you guys wanna look at it, but I just don't get it. Why would it work for one stage, but not for another one?
 
Well, I went ahead and put everything together to make it easier to see now that I am on my laptop.
 

Attachments

Back
Top