.dll Question Staging a .dll

streb2001

Addon Developer
Addon Developer
Donator
Joined
Feb 9, 2008
Messages
326
Reaction score
0
Points
16
Location
North Yorkshire
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:

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
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?
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
Well, I went ahead and put everything together to make it easier to see now that I am on my laptop.
 

Attachments

  • Nipon-1.zip
    147.1 KB · Views: 5
Top