Search results

  1. S

    General Question Geostationary position definition code

    I'm trying to directly position with keys a spacecraft in the earth's orbit on a geostationary position. Somehow all my attempts have failed. My approach: use clbkPostStep: void StationaryOrbit::clbkPostStep (double simt, double simdt, double mjd) OBJHANDLE earthHandle =...
  2. S

    C++ Question Multiple vehicle-classes in one DLL?

    I'm trying to implement a plugin with different vehicle-classes that need access to each other's API. Due to my not existing knowledge of MS and MS VC 2008 I'm looking for an easy way to solve this (which means putting all in one DLL). So: Is it possible to create a DLL providing vehicles of...
  3. S

    Question Newbie - Why is Module not loaded?

    Hi, I'm having a very basic problem: I wrote a DLL which only has InitModule and ExitModule. The DLL is placed in the Module/Plugin-Directory, and I can add it to the active modules (which I did). However - the module is not loaded when I start a scenario (the only thing it does is open a...
Back
Top