|
List Info
Thread: MergeSym Link Errors
|
|
| MergeSym Link Errors |

|
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__AttachThreadInput 12 referenced in function "public: void __thiscall PThread::Win32AttachThreadInput(void)" (?Win32AttachThreadInput PThread QAEXXZ)
1>ptlibs.lib(win32.obj) : error LNK2019: unresolved external symbol __imp__GetUserNameA 8 referenced in function "public: class PString __thiscall PProcess::GetUserNameA(void)const " (?GetUserNameA PProcess QBE?AVPString XZ)
1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__SetFileSecurityA 12 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissions YAHABVPFilePath
H Z) 1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__LookupAccountSidA 28 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissions YAHABVPFilePath
H Z) 1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetAce 12 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissions YAHABVPFilePath
H Z) 1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetAclInformation 16 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissions YAHABVPFilePath
H Z) 1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetSecurityDescriptorDacl 16 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissions YAHABVPFilePath
H Z) 1>ptlibs.lib(ptlib.obj) : error LNK2019: unresolved external symbol __imp__GetFileSecurityA 20 referenced in function "int __cdecl FileSecurityPermissions(class PFilePath const &,int)" (?FileSecurityPermissions YAHABVPFilePath
H Z) 1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__AllocateAndInitializeSid 44 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
QAE PAU_SID_IDENTIFIER_AUTHORITY EKKKKKKKK Z) 1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__LookupAccountNameA 28 referenced in function "public: __thiscall SecurityID::SecurityID(char const *,char const *,char *,unsigned long *,enum _SID_NAME_USE *)" (??0SecurityID
QAE PBD0PADPAKPAW4_SID_NAME_USE  Z) 1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__FreeSid 4 referenced in function "public: __thiscall SecurityID::~SecurityID(void)" (??1SecurityID
QAE XZ) 1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__GetLengthSid 4 referenced in function "public: unsigned long __thiscall SecurityID::GetLength(void)const " (?GetLength SecurityID QBEKXZ)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__IsValidSid 4 referenced in function "public: int __thiscall SecurityID::IsValid(void)const " (?IsValid SecurityID QBEHXZ) 1>
ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey 4 referenced in function "public: __thiscall RegistryKey::~RegistryKey(void)" (??1RegistryKey QAE XZ) 1>ptlibs.lib(svcproc.obj
) : error LNK2001: unresolved external symbol __imp__RegCloseKey 4 1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegEnumKeyA 16 referenced in function "public: int __thiscall RegistryKey::EnumKey(int,class PString &)" (?EnumKey RegistryKey QAEHHAAVPString  Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegEnumValueA 32 referenced in function "public: int __thiscall RegistryKey::EnumValue(int,class PString &)" (?EnumValue RegistryKey QAEHHAAVPString  Z)
1>ptlibs.lib(wincfg.obj) : error LNK2019: unresolved external symbol __imp__RegDeleteKeyA 8 referenced in function "public: int __thiscall RegistryKey: eleteKey(class PString const &)" (?DeleteKey RegistryKey QAEHABVPString  Z)
1>ptlibs.lib(svcproc.obj) : error LNK2001: unresolved external symbol __imp__Reg | |