개발 시점의 넉두리/[개발시]

작업 중에 난관에 봉착 했었다.

고수석 2009. 2. 26. 01:12

갑갑했다..

잘 돌아가던 소스가 갑자기 않돌아 가서..

 

문제점:

fatal error C1083: Cannot open precompiled header file:
'Release/Poker.pch': No such file or directory

 

해결 :

Project => Setting => C/C++ => Precompiled Headers
"Not using precompiled header"

 

문제점:

error C2065: '_beginthreadex' : undeclared identifier

 

해결:

Project->Setting => C/C++ => Code Generation

"Multithreaded DLL"

설정 했다.. 잘돌아 가다가 잠시 복사 해서 사용했는데.

*.dsw 가 변경 되 있엇을줄이야...

 

문제점:

could not reset the direct3d device
this sample will not exit

 

해결:

[DirectX 9.0c 다시 설치]
[
시작->실행->dxdiag->디스플레이->참고 확인
DirectDraw 가속: 사용
  Direct3D 가속: 사용
]

 

Visual 6.0

-디버깅 브레이크가 않될때.!

 

Setting-> Link-> Debug-> Debug info 체크

'개발 시점의 넉두리 > [개발시]' 카테고리의 다른 글

2006년도 납품 작품 디자인 일부  (0) 2009.04.03
중국 마작 게임 소스  (0) 2009.04.03
베이징 작업2  (0) 2009.02.20
중국 베이징 작업_1  (0) 2009.01.21
오늘 작업  (0) 2008.12.08