Detour (2.1 Professional) - 64bit "unresolved external symbol"
- by HJ
Hi,
I compiled Detours 64 bit using:
{nmake DETOURS_TARGET_PROCESSOR=X64}
I'm using it in simple component. The component builds fine in 32 bit. But in 64 bit I am getting following linker errors:
{unresolved external symbol DetourAttach}
{unresolved external symbol DetourFindFunction}
{unresolved external symbol DetourDetach}
{unresolved external symbol DetourTransactionCommit}
{...}
I have correctly set the linker directories and library options in the component VC++ project file.
Please help me to resolve this issue.