E
Edward Mitchell
I am converting a project that uses DirectX and worked under VS.NET 2003.
Now when I convert the project to .NET 2005, there are linker errors for
_Xran and _Xlen as follows:
dx9.lib(WinConsole.obj) : error LNK2019: unresolved external symbol "public:
void __thiscall std::_String_base::_Xran(void)const " ...
....
dx9.lib(WinConsole.obj) : error LNK2019: unresolved external symbol "public:
void __thiscall std::_String_base::_Xlen(void)const " ...
....
The references are coming from the dx9.lib. I have just installed the
latest DirectX SDK (Augusts 2006).
Am I supposed to add another library reference to my project. I thought
that the installation of the SDK told VS where the libraries and include
files were.
Ed
Now when I convert the project to .NET 2005, there are linker errors for
_Xran and _Xlen as follows:
dx9.lib(WinConsole.obj) : error LNK2019: unresolved external symbol "public:
void __thiscall std::_String_base::_Xran(void)const " ...
....
dx9.lib(WinConsole.obj) : error LNK2019: unresolved external symbol "public:
void __thiscall std::_String_base::_Xlen(void)const " ...
....
The references are coming from the dx9.lib. I have just installed the
latest DirectX SDK (Augusts 2006).
Am I supposed to add another library reference to my project. I thought
that the installation of the SDK told VS where the libraries and include
files were.
Ed