Hello All,
I am getting the following linker errors (one of 64):
pt_asynchronous.lib(srcstream.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ).
and
libcp.lib(_tolower.obj) : warning LNK4099: PDB 'libcp.pdb' was not found with 'C:\Program Files\Microsoft Platform SDK\Lib\libcp.lib' or at 'c:\C++_Programs\VPack\bin\libcp.pdb'; linking object as if no debug info
I am using .NET 2003 and these are my lib settings:
prodevelop.lib
protoolkit.lib
pt_asynchronous.lib
nafxcwd.lib
libcd.lib
kernel32.lib
user32.lib
wsock32.lib
advapi32.lib
mpr.lib
winspool.lib
netapi32.lib
psapi.lib
I am ignoring libc.lib and I have the /FORCE output.
Anyone have an idea how I can get around this. Thanks in advance.