SSU Development thread (4.0 to 5.0) [DEVELOPMENT HALTED DUE TIME REQUIREMENTS!]

Status
Not open for further replies.
So, less that 100ft. it can't lock ?



That's correct. At distances closer than 100 ft, the return signal overwhelms the radar system making it useless. So the system is only used between 30k ft and 100 ft with it being given over to comms much earlier than 100 ft. Handheld laser and the Trajectory Control Sensor (TCS) mounted on the forward beam of the External Airlock truss are the prime sensors once the TORVA is complete.

---------- Post added at 02:49 PM ---------- Previous post was at 03:00 AM ----------

I found the actual Ku band ops cue card you should use during rendezvous ops. Just ignore the CRT steps as we don't have those yet: https://www.dropbox.com/s/a0yx8bde12bs8xn/Ku_OPS_cue_card.jpg?dl=0
 
I've leveled the SLCs 3 and 4 and am now at the north end of the base, with only SLC-2 and the runway area remaining. SLC-2 is easy, the big problem is the runway: not only does it cross a tile boundary, but it also has almost 40m difference between ends. :sos:
 
Code:
BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc@std@@QAE@PBD@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(class std::bad_alloc const &)" (??0bad_alloc@std@@QAE@ABV01@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol _memmove imported in function "void * * __cdecl std::_Move<void * *,void * *>(void * *,void * *,void * *,struct std::_Scalar_ptr_iterator_tag)" (??$_Move@PAPAXPAPAX@std@@YAPAPAXPAPAX00U_Scalar_ptr_iterator_tag@0@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol _memmove imported
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf_s imported in function "public: virtual int __thiscall SSUPad::clbkConsumeBufferedKey(unsigned long,bool,char *)" (?clbkConsumeBufferedKey@SSUPad@@UAEHK_NPAD@Z)
10>SSUPad.obj : warning LNK4217: locally defined symbol __strnicmp imported in function "public: virtual void __thiscall SSUPad::clbkPostCreation(void)" (?clbkPostCreation@SSUPad@@UAEXXZ)
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf imported in function "public: virtual void __thiscall SSUPad::clbkLoadStateEx(void *,void *)" (?clbkLoadStateEx@SSUPad@@UAEXPAX0@Z)
Guys , can you fix this ?

---------- Post added at 07:36 AM ---------- Previous post was at 07:35 AM ----------

Code:
BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc@std@@QAE@PBD@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(class std::bad_alloc const &)" (??0bad_alloc@std@@QAE@ABV01@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol _memmove imported in function "void * * __cdecl std::_Move<void * *,void * *>(void * *,void * *,void * *,struct std::_Scalar_ptr_iterator_tag)" (??$_Move@PAPAXPAPAX@std@@YAPAPAXPAPAX00U_Scalar_ptr_iterator_tag@0@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol _memmove imported
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf_s imported in function "public: virtual int __thiscall SSUPad::clbkConsumeBufferedKey(unsigned long,bool,char *)" (?clbkConsumeBufferedKey@SSUPad@@UAEHK_NPAD@Z)
10>SSUPad.obj : warning LNK4217: locally defined symbol __strnicmp imported in function "public: virtual void __thiscall SSUPad::clbkPostCreation(void)" (?clbkPostCreation@SSUPad@@UAEXXZ)
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf imported in function "public: virtual void __thiscall SSUPad::clbkLoadStateEx(void *,void *)" (?clbkLoadStateEx@SSUPad@@UAEXPAX0@Z)
Guys , can you fix this ?
 
Code:
BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc@std@@QAE@PBD@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(class std::bad_alloc const &)" (??0bad_alloc@std@@QAE@ABV01@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol _memmove imported in function "void * * __cdecl std::_Move<void * *,void * *>(void * *,void * *,void * *,struct std::_Scalar_ptr_iterator_tag)" (??$_Move@PAPAXPAPAX@std@@YAPAPAXPAPAX00U_Scalar_ptr_iterator_tag@0@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol _memmove imported
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf_s imported in function "public: virtual int __thiscall SSUPad::clbkConsumeBufferedKey(unsigned long,bool,char *)" (?clbkConsumeBufferedKey@SSUPad@@UAEHK_NPAD@Z)
10>SSUPad.obj : warning LNK4217: locally defined symbol __strnicmp imported in function "public: virtual void __thiscall SSUPad::clbkPostCreation(void)" (?clbkPostCreation@SSUPad@@UAEXXZ)
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf imported in function "public: virtual void __thiscall SSUPad::clbkLoadStateEx(void *,void *)" (?clbkLoadStateEx@SSUPad@@UAEXPAX0@Z)
Guys , can you fix this ?

---------- Post added at 07:36 AM ---------- Previous post was at 07:35 AM ----------

Code:
BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc@std@@QAE@PBD@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABQBD@Z (public: __thiscall std::exception::exception(char const * const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??1exception@std@@UAE@XZ (public: virtual __thiscall std::exception::~exception(void)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported in function "public: __thiscall std::bad_alloc::bad_alloc(class std::bad_alloc const &)" (??0bad_alloc@std@@QAE@ABV01@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol ??0exception@std@@QAE@ABV01@@Z (public: __thiscall std::exception::exception(class std::exception const &)) imported
10>BaseSSUPad.obj : warning LNK4217: locally defined symbol _memmove imported in function "void * * __cdecl std::_Move<void * *,void * *>(void * *,void * *,void * *,struct std::_Scalar_ptr_iterator_tag)" (??$_Move@PAPAXPAPAX@std@@YAPAPAXPAPAX00U_Scalar_ptr_iterator_tag@0@@Z)
10>SSUPad.obj : warning LNK4049: locally defined symbol _memmove imported
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf_s imported in function "public: virtual int __thiscall SSUPad::clbkConsumeBufferedKey(unsigned long,bool,char *)" (?clbkConsumeBufferedKey@SSUPad@@UAEHK_NPAD@Z)
10>SSUPad.obj : warning LNK4217: locally defined symbol __strnicmp imported in function "public: virtual void __thiscall SSUPad::clbkPostCreation(void)" (?clbkPostCreation@SSUPad@@UAEXXZ)
10>SSUPad.obj : warning LNK4217: locally defined symbol _sprintf imported in function "public: virtual void __thiscall SSUPad::clbkLoadStateEx(void *,void *)" (?clbkLoadStateEx@SSUPad@@UAEXPAX0@Z)
Guys , can you fix this ?

Try full recompilation.
 
that's is problem from Creating library Release\SSU_Pad\SSU_Pad.lib and object Release\SSU_Pad\SSU_Pad.exp
 
that's is problem from Creating library Release\SSU_Pad\SSU_Pad.lib and object Release\SSU_Pad\SSU_Pad.exp

I just compiled both debug and release configs (in vs2013) and can't find anything wrong... :shrug:
 
the problem is I compiled in vs2010

Why 2010? It's dangerously obsolete. I won't even recommend using 2013, since it makes use of a older version of the C++ standard.
 
Or Visual Studio 2017 Community. It seems to work out.
It does? I keep getting these error messages about OrbiterSound 4.0:
Code:
>OrbiterSoundSDK40.lib(OrbiterSoundSDK40.obj) : error LNK2019: unresolved external symbol _fprintf referenced in function "void __cdecl LogError(char const *,char const *)" (?LogError@@YAXPBD0@Z)
1>OrbiterSoundSDK40.lib(OrbiterSoundSDK40.obj) : error LNK2019: unresolved external symbol _sprintf referenced in function "void __cdecl InternalMakePath(char *)" (?InternalMakePath@@YAXPAD@Z)
2>OrbiterSoundSDK40.lib(OrbiterSoundSDK40.obj) : error LNK2019: unresolved external symbol _fprintf referenced in function "void __cdecl LogError(char const *,char const *)" (?LogError@@YAXPBD0@Z)
This is after converting the VS2013 solution. The projects that spits them out is SSU_Pad and Crawler. This is even after a clean and rebuild to remove any trash left behind by VC++2010 Express.
 
Last edited:
It does? I keep getting these error messages about OrbiterSound 4.0:

Yes, that is generally a problem with OrbiterSound 4.0. It makes use of deprecated functions
 
Yes, that is generally a problem with OrbiterSound 4.0. It makes use of deprecated functions
Any way around it? It is a showstopper as far as using VS2017 Community is concerned. So it seems we're stuck with either 2010 or 2013 due to OS.
 
Later today I'll try VS2017 and setup projects for it. Don't have any issues with VS2013.
 
Later today I'll try to VS2017 and setup projects for it. Don't have any issues with VS2013.
The projects are fine once they have been converted and retargted. The problem is with OS4.0 and its use of deprecated functions which throws the LNK 2019 errors during the build.
 
Status
Not open for further replies.
Back
Top