2012-12-01 2 views
0

내가 오류우회 식별자하지

error C3861: 'DetourTransactionBegin': identifier not found 
error C3861: 'DetourUpdateThread': identifier not found 
error C3861: 'DetourAttach': identifier not found 
error C3861: 'DetourAttach': identifier not found 
error C3861: 'DetourAttach': identifier not found 
error C3861: 'DetourAttach': identifier not found 
error C3861: 'DetourTransactionCommit': identifier not found 
error C3861: 'DetourTransactionBegin': identifier not found 
error C3861: 'DetourUpdateThread': identifier not found 
error C3861: 'DetourDetach': identifier not found 
error C3861: 'DetourDetach': identifier not found 
error C3861: 'DetourDetach': identifier not found 
error C3861: 'DetourDetach': identifier not found 
error C3861: 'DetourTransactionCommit': identifier not found 

코드 오류를 받고 있어요 발견 문제.
링커 옵션의 추가 포함에 detours.lib의 디렉토리를 추가했습니다.

사용하여 우회 1.5


UPDATE

그래서 나는 우회로를 추가하는 프로젝트에 파일을 로컬로했습니다.

#include "detours.h" 

여전히 같은 오류입니다.

답변

0

이 함수는 detours 2.1 API에 있습니다.

+0

아, 알겠습니다. 감사. – madziikoy

+0

detours express 3.0을 설치하려고했습니다. – madziikoy

+0

하나의 마지막 질문, 치명적인 오류 LNK1104 : 'detoured.lib'파일을 열 수 없습니까? – madziikoy

관련 문제