List Info

Thread: MergeSym Link Errors




MergeSym Link Errors
user name
2006-08-15 16:58:33
I can compile Console & Console Components but get 113 link errors when PTLib compiles MergeSym.  I've read the FAQ's / archive and followed all suggestions and nothing works.  I'm using Visual C++ 2005 Express on a Windows XP box PLEASE HELP...EXTREMELY FUSTRATED.  My errors are as follows:

1>------ Build started: Project: MergeSym, Configuration: Release Win32 ------
1>Compiling...
1>MergeSym.cxx
1>Linking...
1>ptlibs.lib(win32.obj) : error LNK2019: unresolved external symbol __imp__AttachThreadInput12 referenced in function "public: void __thiscall PThread::Win32AttachThreadInput(void)" (?Win32AttachThreadInputPThreadQAEXXZ)
1>ptlibs.lib(win32.obj) : error LNK2019: unresolved external symbol __imp__GetUserNameA8 referenced in function "public: class PString __thiscall PProcess::GetUserNameA(void)const " (?GetUserNameAPProcessQBE?AVPStringXZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__SetFileSecurityA12 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__LookupAccountSidA28 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetAce12 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetAclInformation16 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetSecurityDescriptorDacl16 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetFileSecurityA20 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__AllocateAndInitializeSid44 referenced in function "public: __thiscall SecurityID::SecurityID(struct _SID_IDENTIFIER_AUTHORITY *,unsigned char,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long)"; (??0SecurityID QAEPAU_SID_IDENTIFIER_AUTHORITYEKKKKKKKKZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__LookupAccountNameA28 referenced in function "public: __thiscall SecurityID::SecurityID(char const *,char const *,char *,unsigned long *,enum _SID_NAME_USE *)" (??0SecurityID QAEPBD0PADPAKPAW4_SID_NAME_USEZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__FreeSid4 referenced in function "public: __thiscall SecurityID::~SecurityID(void)" (??1SecurityID QAEXZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__GetLengthSid4 referenced in function "public: unsigned long __thiscall SecurityID::GetLength(void)const " (?GetLengthSecurityIDQBEKXZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__IsValidSid4 referenced in function "public: int __thiscall SecurityID::IsValid(void)const " (?IsValidSecurityIDQBEHXZ)
1> ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey4 referenced in function "public: __thiscall RegistryKey::~RegistryKey(void)" (??1RegistryKeyQAEXZ)
1>ptlibs.lib(svcproc.obj ) : error LNK2001: unresolved external symbol __imp__RegCloseKey4
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegEnumKeyA16 referenced in function "public: int __thiscall RegistryKey::EnumKey(int,class PString &)" (?EnumKeyRegistryKeyQAEHHAAVPStringZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegEnumValueA32 referenced in function "public: int __thiscall RegistryKey::EnumValue(int,class PString &)" (?EnumValueRegistryKeyQAEHHAAVPStringZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegDeleteKeyA8 referenced in function "public: int __thiscall RegistryKey:eleteKey(class PString const &)" (?DeleteKeyRegistryKeyQAEHABVPStringZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegDeleteKeyA8
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegDeleteValueA8 referenced in function "public: int __thiscall RegistryKey:eleteValue(class PString const &)" (?DeleteValueRegistryKeyQAEHABVPStringZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegDeleteValueA8
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegQueryValueExA24 referenced in function "public: int __thiscall RegistryKey::QueryValue(class PString const &,class PString &)" (?QueryValueRegistryKeyQAEHABVPStringAAV2Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA24
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegSetValueExA24 referenced in function "public: int __thiscall RegistryKey::SetValue(class PString const &,class PString const &)" (?SetValueRegistryKeyQAEHABVPString 0Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegSetValueExA24
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegCreateKeyExA36 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__SetSecurityDescriptorDacl16 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__AddAccessAllowedAce16 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__InitializeAcl12 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__InitializeSecurityDescriptor8 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegOpenKeyExA20 referenced in function "public: __thiscall RegistryKey::RegistryKey(class PString const &,enum RegistryKey::OpenMode)" (??0RegistryKey QAEABVPStringW4OpenMode0Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA20
1>ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__GetWindowThreadProcessId8 referenced in function "int __stdcall EnumWindowsProc(struct HWND__ *,long)" (?EnumWindowsProcYGHPAUHWND__ JZ)
1>ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__GetClassNameA12 referenced in function "int __stdcall EnumWindowsProc(struct HWND__ *,long)" (?EnumWindowsProcYGHPAUHWND__ JZ)
1>ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__EnumWindows8 referenced in function "void __cdecl PWaitOnExitConsoleWindow(void)" (?PWaitOnExitConsoleWindowYAXXZ)
1> ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__MessageBoxA16 referenced in function "void __cdecl PAssertFunc(char const *)" (?PAssertFuncYAXPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__MessageBoxA16
1>ptclib.lib(Http.obj) : error LNK2001: unresolved external symbol __imp__MessageBoxA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SendMessageA16 referenced in function "public: virtual int __thiscall PVideoInputDevice_VideoForWindows::Start(void)" (?StartPVideoInputDevice_VideoForWindowsUAEHXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__SendMessageA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__IsWindow4 referenced in function "public: virtual int __thiscall PVideoInputDevice_VideoForWindows::Start(void)" (?StartPVideoInputDevice_VideoForWindowsUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__ShowWindow8 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::Start(void)"; (?StartPVideoOutputDevice_WindowUAEHXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__ShowWindow8
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SetWindowPos28 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::SetFrameSize(unsigned int,unsigned int)" (?SetFrameSizePVideoOutputDevice_Window UAEHIIZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__SetWindowPos28
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__AdjustWindowRect12 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::SetFrameSize(unsigned int,unsigned int)" (?SetFrameSizePVideoOutputDevice_Window UAEHIIZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetWindowLongA8 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::SetFrameSize(unsigned int,unsigned int)" (?SetFrameSizePVideoOutputDevice_Window UAEHIIZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__PostThreadMessageA16 referenced in function "public: virtual int __thiscall PVideoInputDevice_VideoForWindows::Close(void)" (?ClosePVideoInputDevice_VideoForWindowsUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__StretchDIBits52 referenced in function "protected: void __thiscall PVideoOutputDevice_Window:raw(struct HDC__ *)" (?DrawPVideoOutputDevice_WindowIAEXPAUHDC__Z)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SetDIBitsToDevice48 referenced in function "protected: void __thiscall PVideoOutputDevice_Window:raw(struct HDC__ *)" (?DrawPVideoOutputDevice_WindowIAEXPAUHDC__Z)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetClientRect8 referenced in function "protected: void __thiscall PVideoOutputDevice_Window:raw(struct HDC__ *)" (?DrawPVideoOutputDevice_WindowIAEXPAUHDC__Z)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__DefWindowProcA16 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__DefWindowProcA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__EndPaint8 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__BeginPaint8 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__DestroyWindow4 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__DestroyWindow4
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetSystemMetrics4 referenced in function "protected: int __thiscall PVideoInputDevice_VideoForWindows::InitialiseCapture(void)" (?InitialiseCapturePVideoInputDevice_VideoForWindowsIAEHXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__GetSystemMetrics4
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__DispatchMessageA4 referenced in function "protected: virtual void __thiscall PVideoInputDevice_VideoForWindows::HandleCapture(class PThread &,int)" (?HandleCapturePVideoInputDevice_VideoForWindowsMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__DispatchMessageA4
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetMessageA16 referenced in function "protected: virtual void __thiscall PVideoInputDevice_VideoForWindows::HandleCapture(class PThread &,int)" (?HandleCapturePVideoInputDevice_VideoForWindowsMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__GetMessageA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__ReleaseDC8 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::FrameComplete(void)" (?FrameCompletePVideoOutputDevice_WindowUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetDC4 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::FrameComplete(void)" (?FrameCompletePVideoOutputDevice_WindowUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SetWindowLongA12 referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcYGJPAUHWND__ IIJZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__CreateWindowExA48 referenced in function "protected: virtual void __thiscall PVideoOutputDevice_Window::HandleDisplay(class PThread &,int)" (?HandleDisplayPVideoOutputDevice_WindowMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__CreateWindowExA48
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__RegisterClassA4 referenced in function "protected: virtual void __thiscall PVideoOutputDevice_Window::HandleDisplay(class PThread &,int)" (?HandleDisplayPVideoOutputDevice_WindowMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegisterClassA4
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__Shell_NotifyIconA8 referenced in function "public: void __thiscall PNotifyIconData::Add(void)" (?AddPNotifyIconDataQAEXXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CloseServiceHandle4 referenced in function "public: __thiscall NT_ServiceManager::~NT_ServiceManager(void)" (??1NT_ServiceManager QAEXZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__CloseServiceHandle4
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetWindowRect8 referenced in function "void __cdecl SaveWindowPosition(struct HWND__ *)" (?SaveWindowPositionYAXPAUHWND__Z)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetWindowTextLengthA4 referenced in function "private: void __thiscall PServiceProcess:ebugOutput(char const *)" (?DebugOutputPServiceProcess AAEXPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__IsWindowVisible4 referenced in function "private: void __thiscall PServiceProcess:ebugOutput(char const *)" (?DebugOutputPServiceProcess AAEXPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__RegCreateKeyA12 referenced in function "public: virtual int __thiscall Win95_ServiceManager::Create(class PServiceProcess *)" (?CreateWin95_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__DeregisterEventSource4 referenced in function "public: static void __cdecl PSystemLog::Output(enum PSystemLog::Level,char const *)" (?OutputPSystemLog SAXW4Level1PBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__ReportEventA36 referenced in function "public: static void __cdecl PSystemLog::Output(enum PSystemLog::Level,char const *)" (?OutputPSystemLog SAXW4Level1PBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__RegisterEventSourceA8 referenced in function "public: static void __cdecl PSystemLog::Output(enum PSystemLog::Level,char const *)" (?OutputPSystemLog SAXW4Level1PBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetSaveFileNameA4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__DestroyMenu4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__PostMessageA16 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__TrackPopupMenu28 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__SetForegroundWindow4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CheckMenuItem12 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__EnableMenuItem12 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__SetMenuItemInfoA16 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__AppendMenuA16 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CreatePopupMenu0 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetCursorPos4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__MoveWindow24 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__PostQuitMessage4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__SetServiceStatus8 referenced in function "private: int __thiscall PServiceProcess::ReportStatus(unsigned long,unsigned long,unsigned long,unsigned long)"; (?ReportStatusPServiceProcess AAEHKKKKZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__OpenSCManagerA12 referenced in function "private: int __thiscall NT_ServiceManager::OpenManager(void)" (?OpenManagerNT_ServiceManagerAAEHXZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__OpenSCManagerA12
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__OpenServiceA12 referenced in function "private: int __thiscall NT_ServiceManager::Open(class PServiceProcess *)" (?OpenNT_ServiceManagerAAEHPAVPServiceProcessZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__OpenServiceA12
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CreateServiceA52 referenced in function "public: virtual int __thiscall NT_ServiceManager::Create(class PServiceProcess *)" (?CreateNT_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__DeleteService4 referenced in function "public: virtual int __thiscall NT_ServiceManager:elete(class PServiceProcess *)" (?DeleteNT_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__StartServiceA12 referenced in function "public: virtual int __thiscall NT_ServiceManager::Start(class PServiceProcess *)" (?StartNT_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__StartServiceA12
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__ControlService12 referenced in function "private: int __thiscall NT_ServiceManager::Control(class PServiceProcess *,unsigned long)"; (?ControlNT_ServiceManagerAAEHPAVPServiceProcess KZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CreateMenu0 referenced in function "private: int __thiscall PServiceProcess::CreateControlWindow(int)" (?CreateControlWindowPServiceProcess AAEHHZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__LoadIconA8 referenced in function "private: int __thiscall PServiceProcess::CreateControlWindow(int)" (?CreateControlWindowPServiceProcess AAEHHZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__LoadImageA24 referenced in function "private: int __thiscall PServiceProcess::ProcessCommand(char const *)" (?ProcessCommandPServiceProcess AAEHPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__RegisterServiceCtrlHandlerA8 referenced in function "private: void __thiscall PServiceProcess::MainEntry(unsigned long,char * *)" (?MainEntryPServiceProcess AAEXKPAPADZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__PeekMessageA20 referenced in function "public: virtual int __thiscall PServiceProcess::_main(void *)" (?_mainPServiceProcess UAEHPAXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__MsgWaitForMultipleObjects20 referenced in function "public: virtual int __thiscall PServiceProcess::_main(void *)" (?_mainPServiceProcess UAEHPAXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__StartServiceCtrlDispatcherA4 referenced in function "public: virtual int __thiscall PServiceProcess::_main(void *)" (?_mainPServiceProcess UAEHPAXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__TranslateMessage4 referenced in function "public: virtual int __thiscall PServiceProcess::_main(void *)" (?_mainPServiceProcess UAEHPAXZ)
1>ptclib.lib(Http.obj) : error LNK2019: unresolved external symbol __imp__ShellExecuteExA4 referenced in function "public: static int __cdecl PURL::OpenBrowser(class PString const &)" (?OpenBrowserPURLSAHABVPStringZ)
1>.\Release/MergeSym.exe : fatal error LNK1120: 90 unresolved externals
1>Build log was saved at "file://c:\DEV\LIB\openh323\pwlib\tools\MergeSym\Release\BuildLog.htm "
1>MergeSym - 113 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

MergeSym Link Errors
user name
2006-08-16 05:58:14
Hello! I also compiled pwlib and openh323 in the last days. It took me a week. At the begining I had all kind of errors. When they were to many, I tryed to clean the project and build it again. If it also didn't work, I deleted old files, extract the zip  and started building the project again. I think you didn't run the configure.exe in the main directory of pwlib. This was my first step after I extracted the files. From what I understod this creates the LIB directoryes and files. Good luck!

Wendy Baur <wendy.suegmail.com&gt; wrote:
I can compile Console & Console Components but get 113 link errors when PTLib compiles MergeSym.&nbsp; I've read the FAQ's / archive and followed all suggestions and nothing works.&nbsp; I'm using Visual C++ 2005 Express on a Windows XP box PLEASE HELP...EXTREMELY FUSTRATED.  My errors are as follows:

1>------ Build started: Project: MergeSym, Configuration: Release Win32 ------
1&gt;Compiling...
1>MergeSym.cxx
1>Linking...
1>ptlibs.lib(win32.obj) : error LNK2019: unresolved external symbol __imp__AttachThreadInput12 referenced in function "public: void __thiscall PThread::Win32AttachThreadInput(void)" (?Win32AttachThreadInputPThreadQAEXXZ)
1>ptlibs.lib(win32.obj) : error LNK2019: unresolved external symbol __imp__GetUserNameA8 referenced in function "public: class PString __thiscall PProcess::GetUserNameA(void)const " (?GetUserNameAPProcessQBE?AVPStringXZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__SetFileSecurityA12 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__LookupAccountSidA28 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetAce12 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetAclInformation16 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetSecurityDescriptorDacl16 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetFileSecurityA20 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissionsYAHABVPFilePath HZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__AllocateAndInitializeSid44 referenced in function "public: __thiscall SecurityID::SecurityID(struct _SID_IDENTIFIER_AUTHORITY *,unsigned char,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long,unsigned long)" (??0SecurityID QAEPAU_SID_IDENTIFIER_AUTHORITYEKKKKKKKKZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__LookupAccountNameA28 referenced in function "public: __thiscall SecurityID::SecurityID(char const *,char const *,char *,unsigned long *,enum _SID_NAME_USE *)" (??0SecurityID QAEPBD0PADPAKPAW4_SID_NAME_USEZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__FreeSid4 referenced in function "public: __thiscall SecurityID::~SecurityID(void)" (??1SecurityID QAEXZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__GetLengthSid4 referenced in function "public: unsigned long __thiscall SecurityID::GetLength(void)const " (?GetLengthSecurityIDQBEKXZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__IsValidSid4 referenced in function "public: int __thiscall SecurityID::IsValid(void)const " (?IsValidSecurityIDQBEHXZ)
1&gt; ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey4 referenced in function "public: __thiscall RegistryKey::~RegistryKey(void)" (??1RegistryKeyQAEXZ)
1>ptlibs.lib(svcproc.obj ) : error LNK2001: unresolved external symbol __imp__RegCloseKey4
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegEnumKeyA16 referenced in function "public: int __thiscall RegistryKey::EnumKey(int,class PString &)" (?EnumKeyRegistryKeyQAEHHAAVPStringZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegEnumValueA32 referenced in function "public: int __thiscall RegistryKey::EnumValue(int,class PString &)" (?EnumValueRegistryKeyQAEHHAAVPStringZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegDeleteKeyA8 referenced in function "public: int __thiscall RegistryKey:eleteKey(class PString const &)" (?DeleteKeyRegistryKeyQAEHABVPStringZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegDeleteKeyA8
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegDeleteValueA8 referenced in function "public: int __thiscall RegistryKey:eleteValue(class PString const &)" (?DeleteValueRegistryKeyQAEHABVPStringZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegDeleteValueA8
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegQueryValueExA24 referenced in function "public: int __thiscall RegistryKey::QueryValue(class PString const &,class PString &)" (?QueryValueRegistryKeyQAEHABVPStringAAV2Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA24
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegSetValueExA24 referenced in function "public: int __thiscall RegistryKey::SetValue(class PString const &,class PString const &)" (?SetValueRegistryKeyQAEHABVPString 0Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegSetValueExA24
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegCreateKeyExA36 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__SetSecurityDescriptorDacl16 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__AddAccessAllowedAce16 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__InitializeAcl12 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__InitializeSecurityDescriptor8 referenced in function "unsigned long __cdecl SecureCreateKey(struct HKEY__ *,class PString const &,struct HKEY__ * &)" (?SecureCreateKeyYAKPAUHKEY__ABVPStringAAPAU1Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegOpenKeyExA20 referenced in function "public: __thiscall RegistryKey::RegistryKey(class PString const &,enum RegistryKey::OpenMode)" (??0RegistryKey QAEABVPStringW4OpenMode0Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA20
1>ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__GetWindowThreadProcessId8 referenced in function "int __stdcall EnumWindowsProc(struct HWND__ *,long)" (?EnumWindowsProcYGHPAUHWND__ JZ)
1>ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__GetClassNameA12 referenced in function "int __stdcall EnumWindowsProc(struct HWND__ *,long)" (?EnumWindowsProcYGHPAUHWND__ JZ)
1>ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__EnumWindows8 referenced in function "void __cdecl PWaitOnExitConsoleWindow(void)" (?PWaitOnExitConsoleWindowYAXXZ)
1&gt; ptlibs.lib(assert.obj) : error LNK2019: unresolved external symbol __imp__MessageBoxA16 referenced in function "void __cdecl PAssertFunc(char const *)" (?PAssertFuncYAXPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__MessageBoxA16
1>ptclib.lib(Http.obj) : error LNK2001: unresolved external symbol __imp__MessageBoxA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SendMessageA16 referenced in function "public: virtual int __thiscall PVideoInputDevice_VideoForWindows::Start(void)" (?StartPVideoInputDevice_VideoForWindowsUAEHXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__SendMessageA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__IsWindow4 referenced in function "public: virtual int __thiscall PVideoInputDevice_VideoForWindows::Start(void)" (?StartPVideoInputDevice_VideoForWindowsUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__ShowWindow8 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::Start(void)" (?StartPVideoOutputDevice_WindowUAEHXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__ShowWindow8
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SetWindowPos28 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::SetFrameSize(unsigned int,unsigned int)" (?SetFrameSizePVideoOutputDevice_Window UAEHIIZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__SetWindowPos28
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__AdjustWindowRect12 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::SetFrameSize(unsigned int,unsigned int)" (?SetFrameSizePVideoOutputDevice_Window UAEHIIZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetWindowLongA8 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::SetFrameSize(unsigned int,unsigned int)" (?SetFrameSizePVideoOutputDevice_Window UAEHIIZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__PostThreadMessageA16 referenced in function "public: virtual int __thiscall PVideoInputDevice_VideoForWindows::Close(void)" (?ClosePVideoInputDevice_VideoForWindowsUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__StretchDIBits52 referenced in function "protected: void __thiscall PVideoOutputDevice_Window:raw(struct HDC__ *)" (?DrawPVideoOutputDevice_WindowIAEXPAUHDC__Z)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SetDIBitsToDevice48 referenced in function "protected: void __thiscall PVideoOutputDevice_Window:raw(struct HDC__ *)" (?DrawPVideoOutputDevice_WindowIAEXPAUHDC__Z)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetClientRect8 referenced in function "protected: void __thiscall PVideoOutputDevice_Window:raw(struct HDC__ *)" (?DrawPVideoOutputDevice_WindowIAEXPAUHDC__Z)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__DefWindowProcA16 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__DefWindowProcA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__EndPaint8 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__BeginPaint8 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__DestroyWindow4 referenced in function "public: long __thiscall PVideoOutputDevice_Window::WndProc(unsigned int,unsigned int,long)" (?WndProcPVideoOutputDevice_Window QAEJIIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__DestroyWindow4
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetSystemMetrics4 referenced in function "protected: int __thiscall PVideoInputDevice_VideoForWindows::InitialiseCapture(void)" (?InitialiseCapturePVideoInputDevice_VideoForWindowsIAEHXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__GetSystemMetrics4
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__DispatchMessageA4 referenced in function "protected: virtual void __thiscall PVideoInputDevice_VideoForWindows::HandleCapture(class PThread &,int)" (?HandleCapturePVideoInputDevice_VideoForWindowsMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__DispatchMessageA4
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetMessageA16 referenced in function "protected: virtual void __thiscall PVideoInputDevice_VideoForWindows::HandleCapture(class PThread &,int)" (?HandleCapturePVideoInputDevice_VideoForWindowsMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__GetMessageA16
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__ReleaseDC8 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::FrameComplete(void)" (?FrameCompletePVideoOutputDevice_WindowUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__GetDC4 referenced in function "public: virtual int __thiscall PVideoOutputDevice_Window::FrameComplete(void)" (?FrameCompletePVideoOutputDevice_WindowUAEHXZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__SetWindowLongA12 referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcYGJPAUHWND__ IIJZ)
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__CreateWindowExA48 referenced in function "protected: virtual void __thiscall PVideoOutputDevice_Window::HandleDisplay(class PThread &,int)" (?HandleDisplayPVideoOutputDevice_WindowMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__CreateWindowExA48
1>ptlibs.lib(vfw.obj) : error LNK2019: unresolved external symbol __imp__RegisterClassA4 referenced in function "protected: virtual void __thiscall PVideoOutputDevice_Window::HandleDisplay(class PThread &,int)" (?HandleDisplayPVideoOutputDevice_WindowMAEXAAVPThread HZ)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__RegisterClassA4
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__Shell_NotifyIconA8 referenced in function "public: void __thiscall PNotifyIconData::Add(void)" (?AddPNotifyIconDataQAEXXZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CloseServiceHandle4 referenced in function "public: __thiscall NT_ServiceManager::~NT_ServiceManager(void)" (??1NT_ServiceManager QAEXZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__CloseServiceHandle4
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetWindowRect8 referenced in function "void __cdecl SaveWindowPosition(struct HWND__ *)" (?SaveWindowPositionYAXPAUHWND__Z)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetWindowTextLengthA4 referenced in function "private: void __thiscall PServiceProcess:ebugOutput(char const *)" (?DebugOutputPServiceProcess AAEXPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__IsWindowVisible4 referenced in function "private: void __thiscall PServiceProcess:ebugOutput(char const *)" (?DebugOutputPServiceProcess AAEXPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__RegCreateKeyA12 referenced in function "public: virtual int __thiscall Win95_ServiceManager::Create(class PServiceProcess *)" (?CreateWin95_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__DeregisterEventSource4 referenced in function "public: static void __cdecl PSystemLog::Output(enum PSystemLog::Level,char const *)" (?OutputPSystemLog SAXW4Level1PBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__ReportEventA36 referenced in function "public: static void __cdecl PSystemLog::Output(enum PSystemLog::Level,char const *)" (?OutputPSystemLog SAXW4Level1PBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__RegisterEventSourceA8 referenced in function "public: static void __cdecl PSystemLog::Output(enum PSystemLog::Level,char const *)" (?OutputPSystemLog SAXW4Level1PBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetSaveFileNameA4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__DestroyMenu4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__PostMessageA16 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__TrackPopupMenu28 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__SetForegroundWindow4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CheckMenuItem12 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__EnableMenuItem12 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__SetMenuItemInfoA16 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__AppendMenuA16 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CreatePopupMenu0 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__GetCursorPos4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__MoveWindow24 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__PostQuitMessage4 referenced in function "private: long __thiscall PServiceProcess::WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProcPServiceProcessAAEJPAUHWND__ IIJZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__SetServiceStatus8 referenced in function "private: int __thiscall PServiceProcess::ReportStatus(unsigned long,unsigned long,unsigned long,unsigned long)" (?ReportStatusPServiceProcess AAEHKKKKZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__OpenSCManagerA12 referenced in function "private: int __thiscall NT_ServiceManager::OpenManager(void)" (?OpenManagerNT_ServiceManagerAAEHXZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__OpenSCManagerA12
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__OpenServiceA12 referenced in function "private: int __thiscall NT_ServiceManager::Open(class PServiceProcess *)" (?OpenNT_ServiceManagerAAEHPAVPServiceProcessZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__OpenServiceA12
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CreateServiceA52 referenced in function "public: virtual int __thiscall NT_ServiceManager::Create(class PServiceProcess *)" (?CreateNT_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__DeleteService4 referenced in function "public: virtual int __thiscall NT_ServiceManager:elete(class PServiceProcess *)" (?DeleteNT_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__StartServiceA12 referenced in function "public: virtual int __thiscall NT_ServiceManager::Start(class PServiceProcess *)" (?StartNT_ServiceManagerUAEHPAVPServiceProcessZ)
1>ptlibs.lib(ethsock.obj) : error LNK2001: unresolved external symbol __imp__StartServiceA12
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__ControlService12 referenced in function "private: int __thiscall NT_ServiceManager::Control(class PServiceProcess *,unsigned long)" (?ControlNT_ServiceManagerAAEHPAVPServiceProcess KZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__CreateMenu0 referenced in function "private: int __thiscall PServiceProcess::CreateControlWindow(int)" (?CreateControlWindowPServiceProcess AAEHHZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__LoadIconA8 referenced in function "private: int __thiscall PServiceProcess::CreateControlWindow(int)" (?CreateControlWindowPServiceProcess AAEHHZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__LoadImageA24 referenced in function "private: int __thiscall PServiceProcess::ProcessCommand(char const *)" (?ProcessCommandPServiceProcess AAEHPBDZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external symbol __imp__RegisterServiceCtrlHandlerA8 referenced in function "private: void __thiscall PServiceProcess::MainEntry(unsigned long,char * *)" (?MainEntryPServiceProcess AAEXKPAPADZ)
1>ptlibs.lib(svcproc.obj) : error LNK2019: unresolved external