- Joined
- Jun 14, 2008
- Messages
- 811
- Reaction score
- 860
- Points
- 108
- Location
- FRANCE
- Website
- francophone.dansteph.com
Hi
I have a small problem that I can't solve.
Let me explain (and sorry if my english is not perfect...) :
Still not knowing how to make DLL files for Orbiter, BrianJ made me a DLL so that the jaws and umbilicus of the Ariane 6 rocket launch tower can retract automatically when the rocket takes off.
For my new version (in progress, planned for Orbiter 2024) I have to redo this mast which is very ugly and especially not conform with reality.
So I have to make a new DLL.
Thanks to BrianJ, he explained and helped me how to configure Visual Studio 2017, and with his cpp file I was able to make the same dll that he made for me.
Now, I just have to understand how to write C++ to modify the animations.
But here's the problem (or issue ?) :
BrianJ's DLL size is 84 KB
Mine is 358 KB
Both work identically, but why this size difference ?
BianJ sent me few screenshots to verify that my configuration is the same as his.
I should point out that I'm not in "debug" mode.
Thanks in advance if you can help me....
I have a small problem that I can't solve.
Let me explain (and sorry if my english is not perfect...) :
Still not knowing how to make DLL files for Orbiter, BrianJ made me a DLL so that the jaws and umbilicus of the Ariane 6 rocket launch tower can retract automatically when the rocket takes off.
For my new version (in progress, planned for Orbiter 2024) I have to redo this mast which is very ugly and especially not conform with reality.
So I have to make a new DLL.
Thanks to BrianJ, he explained and helped me how to configure Visual Studio 2017, and with his cpp file I was able to make the same dll that he made for me.
Now, I just have to understand how to write C++ to modify the animations.
But here's the problem (or issue ?) :
BrianJ's DLL size is 84 KB
Mine is 358 KB
Both work identically, but why this size difference ?
BianJ sent me few screenshots to verify that my configuration is the same as his.
I should point out that I'm not in "debug" mode.
Thanks in advance if you can help me....




