I think I copied all the right info from the ShuttlePb example:
But I have gotten these errors:
---------- Capture Output ----------
> "C:\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" @orbiter.rsp MOBILE3Aumu.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl
/Ox /GX /ML /LD
/I"c:\Microsoft Visual C++ Toolkit 2003\include"
/I..\..\include
/link /libpath:"c:\Microsoft Visual C++ Toolkit 2003\lib"
/link /libpath:..\..\lib
/link kernel32.lib user32.lib gdi32.lib
/link orbitersdk.lib orbiter.lib
/link /nodefaultlib:"MSVCRT.LIB" /nodefaultlib:"MSVCIRT.LIB"
MOBILE3Aumu.cpp
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
/out:MOBILE3Aumu.dll
/dll
/implib:MOBILE3Aumu.lib
"/libpath:c:\Microsoft Visual C++ Toolkit 2003\lib"
/libpath:..\..\lib
kernel32.lib
user32.lib
gdi32.lib
orbitersdk.lib
orbiter.lib
/nodefaultlib:MSVCRT.LIB
/nodefaultlib:MSVCIRT.LIB
MOBILE3Aumu.obj
Creating library MOBILE3Aumu.lib and object MOBILE3Aumu.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
UMmuSDK.lib(UMmuSDK.obj) : error LNK2019: unresolved external symbol __ftol2_sse referenced in function "public: int
__thiscall UMMUCREWMANAGMENT::GetCrewWeightBySlotNumber(int)" (?GetCrewWeightBySlotNumber@UMMUCREWMANAGMENT@@QAEHH@Z)
UMmuSDK.lib(universal_mmu.obj) : error LNK2019: unresolved external symbol __ftol2_sse referenced in function "int __cdecl
strcpy_s<110>(char (&)[110],char const *)" (??$strcpy_s@$0GO@@@YAHAAY0GO@DPBD@Z)
UMmuSDK.lib(universal_mmu.obj) : error LNK2019: unresolved external symbol _sprintf_s referenced in function "public: int
__thiscall UNIVERSALMMU::EVAMMu(char *,int,int,int,int,char *,union VECTOR3 *,union VECTOR3 *,union VECTOR3 *)"
(?EVAMMu@UNIVERSALMMU@@QAEHPADHHHH0PATVECTOR3@@11@Z)
UMmuSDK.lib(universal_mmu.obj) : error LNK2019: unresolved external symbol _strcpy_s referenced in function "int __cdecl
strcpy_s<110>(char (&)[110],char const *)" (??$strcpy_s@$0GO@@@YAHAAY0GO@DPBD@Z)
MOBILE3Aumu.dll : fatal error LNK1120: 3 unresolved externals
> Terminated with exit code 2.