Detour (2.1 Professional) - 64bit "unresolved external symbol"
Posted
by
HJ
on Stack Overflow
See other posts from Stack Overflow
or by HJ
Published on 2011-01-17T02:35:01Z
Indexed on
2011/01/17
2:53 UTC
Read the original article
Hit count: 212
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.
© Stack Overflow or respective owner