Visual C++ Concepts: Building a C/C++ Program
Compiler Warning (level 1) C4727

Error Message

"PCH named pch_file with same timestamp found in obj_file_1 and obj_file_2. Using first PCH.

C4727 occurs when compiling multiple compilands with /Yc, and where the compiler was able to mark all .obj files with the same .pch timestamp.

To resolve, compile one source file with /Yc /c (creates pch), and the others compile separately with /Yu /c (uses pch), then link them together.

출처: http://msdn2.microsoft.com/en-us/library/ms235540(VS.80).aspx

해결책: 미리컴파일된 헤더를 쓸 때는 "stdafx.cpp"에만 "미리컴파일된 헤더 만들기" 설정을 걸고 나머지 파일들은 전부 "미리컴파일된 헤더 사용"으로 설정한다.


이올린에 북마크하기

Posted by Mizelan

2008/01/07 01:12 2008/01/07 01:12
, , ,
Response
1 Trackbacks , 0 Comments
RSS :
http://www.criburn.net/blog/mizelan/rss/response/73

Trackback URL : http://www.criburn.net/blog/mizelan/trackback/73

Trackbacks List

  1. Info soma.

    Tracked from Soma carisoprodol you can found more info here. 2009/09/05 03:54 Delete

    Soma info. Soma carisoprodol you can found more info here. Info soma.

Leave a comment
« Previous : 1 : ... 57 : 58 : 59 : 60 : 61 : 62 : 63 : 64 : 65 : ... 127 : Next »

블로그 이미지

나를 위해 기록을 남기자.

- Mizelan

Archives

Authors

  1. Mizelan

Calendar

«   2010/07   »
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Site Stats

Total hits:
97519
Today:
52
Yesterday:
75