두 개의 실행파일을 하나의 실행파일로 합치는 프로그램인 ExeFusion-0_20-src를 빌드하는데,

error PRJ0019: A tool returned an error code from "Copying files..." 라는 에러메시지가 출력되었다.

 

1. 에러로그 상세

 

VS에서 빌드시 아래와 같은 로그를 확인함.

 

1>Linking...
1>   Creating library .\FusionBase Debug/FusionBase.lib and object .\FusionBase Debug/FusionBase.exp
1>Embedding manifest...
1>Copying files...
1>지정된 경로를 찾을 수 없습니다.
1>        0개 파일이 복사되었습니다.
1>Project : error PRJ0019: A tool returned an error code from "Copying files..."
1>Build log was saved at "file://e:\998.HaHa\ExeFusion-0_20-src\FusionBase Debug\BuildLog.htm"
1>FusionBase - 1 error(s), 19 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

 

2. 원인

 

[project]-[property] 에서

[Configuration Properties]-[Build Events]-[Post-Build Event] 에

copy ".\FusionBase Debug\FusionBase.dll" ".\ExeFusion Debug\FusionBase.dll" 가 정의 되어 있는데,

.\ExeFusion Debug 디렉토리가 없어서 발생하는 문제임.

해당 디렉토리만 생성해 주면 정상적으로 빌드됨.

 

'Biz > Reversing' 카테고리의 다른 글

EXE Join  (0) 2013.10.08
리틀 엔디안 빅 엔디안  (0) 2013.07.06
by JNexOnSoft 2013. 10. 7. 16:26