Archive

Archive for August, 2005

Tatter Tools 적용

August 9th, 2005 No comments

내 사이트 운영의 주축이 되고 있는 Tatter tools가 업데이트 되었다.

내심 1.0에서 지원되기로 되어있는 로그인 기능들이 필요했었는데, JH님이 힘들어 하는 것 같다.

업데이트 사실은 확인만 하고 내 사이트에 적용은 못시키고 있었는데, 이제야 올렸다.

시킨데로 파일을 덮어쓰기만 했더니 대략 성공..
깔끔하게 성공해서 다행이다.

Categories: Tech& Tip Tags:

Visual C++ 이 만드는 파일의 의미

August 5th, 2005 No comments

.APS AppStudio file

.BSC Browser file .SBRs combined into 1 .BSC.

.CLW ClassWizard file

.ILK Incremental linker file

.NCB Contains the ClassView information Added in 4.0; delete if you have problems.

.PCH Pre-compiled header file

.PDB Debugging info /Z7 affects this.

.RES RC “object” file Linked into .EXE.

.SBR Browser info for 1 file Combined into .BSC.

.VCP Visual C++ state file

Categories: dev:game Tags: