Simply right-click on the OrbiterSDK folder and choose SVN Update from the menu. Then TortoiseSVN should download all the updated file automatically.It looks like there have been a lot of updates- how about a SVN update?
It looks like there have been a lot of updates- how about a SVN update?
Simply right-click on the OrbiterSDK folder and choose SVN Update from the menu. Then TortoiseSVN should download all the updated file automatically.
I got the keyboard stuff working (although you can only enter one item at a time). I should have the code on SVN in a few hours.
You failed to check in Keyboard.h.Code is on sourceforge.
Urwumpe: by one item at a time, I mean that you can't use + to enter successive items. Do you know if this can be used even for items which do not have data associated with them?
Atlantis.obj : error LNK2019: unresolved external symbol "public: void __thiscall Keyboard::RegisterVC(void)" (?RegisterVC@Keyboard@@QAEXXZ) referenced in function "public: virtual bool __thiscall Atlantis::clbkLoadVC(int)" (?clbkLoadVC@Atlantis@@UAE_NH@Z)
Atlantis.obj : error LNK2019: unresolved external symbol "public: bool __thiscall Keyboard::VCMouseEvent(int,int,union VECTOR3 &)" (?VCMouseEvent@Keyboard@@QAE_NHHAATVECTOR3@@@Z) referenced in function "public: virtual bool __thiscall Atlantis::clbkVCMouseEvent(int,int,union VECTOR3 &)" (?clbkVCMouseEvent@Atlantis@@UAE_NHHAATVECTOR3@@@Z)
Atlantis.obj : error LNK2019: unresolved external symbol "public: __thiscall Keyboard::Keyboard(class Atlantis *,int)" (??0Keyboard@@QAE@PAVAtlantis@@H@Z) referenced in function "public: __thiscall Atlantis::Atlantis(void *,int)" (??0Atlantis@@QAE@PAXH@Z)
..\..\Modules\MG_Atlantis.dll : fatal error LNK1120: 3 unresolved externals
Well, attitude control is normally done by ISS to conserve orbiter RCS prop for the fly-around and EOM. This is especially done for the FRCS as it only has one source of prop and cannot be refuelled by the OMS.Question, I orientated the ISS and Shuttle to fly with the Zvezda to fly in the VV. What do I do in the DAP to hold this orientation ??
You need to add Keyboard.cpp and Keyboard.h to the Atlantis project.
VC++2005. Sorry, but I am a TOTAL NOOB.