I am having troubles linking PAyload Manager.
here is my setup. Copied the lib and includes.
ULIFEBOAT1.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl PayloadManager::SetSendFocus(class VESSEL *,bool)" (__imp_?SetSendFocus@PayloadManager@@SAXPAVVESSEL@@_N@Z) referenced in function "public: void __thiscall VesselWithPM<class ULIFEBOAT,class VESSEL2>:
M_SetSendFocus(bool)" (?PM_SetSendFocus@?$VesselWithPM@VULIFEBOAT@@VVESSEL2@@@@QAEX_N@Z)
I have 24
EDIT: Fixed added PayloadManager.lib. in the Linker/Input/Additional Dependencies
new problem:
ULIFEBOAT1.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteA@24 referenced in function "public: void __thiscall VesselWithPM<class ULIFEBOAT,class VESSEL2>::CheckModule(void)" (?CheckModule@?$VesselWithPM@VULIFEBOAT@@VVESSEL2@@@@QAEXXZ)
here is my setup. Copied the lib and includes.
ULIFEBOAT1.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl PayloadManager::SetSendFocus(class VESSEL *,bool)" (__imp_?SetSendFocus@PayloadManager@@SAXPAVVESSEL@@_N@Z) referenced in function "public: void __thiscall VesselWithPM<class ULIFEBOAT,class VESSEL2>:
I have 24
EDIT: Fixed added PayloadManager.lib. in the Linker/Input/Additional Dependencies
new problem:
ULIFEBOAT1.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteA@24 referenced in function "public: void __thiscall VesselWithPM<class ULIFEBOAT,class VESSEL2>::CheckModule(void)" (?CheckModule@?$VesselWithPM@VULIFEBOAT@@VVESSEL2@@@@QAEXXZ)
Last edited: