Posted by
zemna on Mar 25, 2010 in
VC++ |
0 comments
When you link a Visual C++ project by using the /INCREMENTAL build option in Microsoft Visual Studio 2008, you may receive the following error message:
LNK1000: Internal error during IncrBuildImage
Solution :...
Posted by
zemna on Mar 19, 2010 in
VC++ |
0 comments
Visual C++는 디버깅을 위해 ASSERT와 VERIFY 매크로가 존재합니다.
이 두개의 매크로는 개발하고 있는 프로그램의 디버그 모드에서만 쓰여지며, 어떠한 조건이 true인지 false인지를 검사하는데 사용되고 만일 조건이 false라면 예외를...
Posted by
zemna on Mar 18, 2010 in
VC++ |
0 comments
툴팁은 CToolTipCtrl 클래스를 이용하면 쉽게 구현할 수 있습니다. 먼저 Create()를 호출해서 툴팁 객체를 생성합니다. 그리고 나서 AddTool()를 호출해 각각의 컨트롤과 툴팁 문자열을 연결해 줍니다. 여기서 툴팁 문자열을 표시해 주는...
Posted by
zemna on Oct 9, 2007 in
VC++ |
0 comments
INFO: Which Visual C++ Files to Add to Source-Code Control
View products that this article applies to.
Article ID
:
156513
Last Review
:
March 14, 2005
Revision
:
1.1
This article was previously published under Q156513
SUMMARY
The general rule of thumb for adding files from a Visual C++...
Posted by
zemna on Aug 27, 2007 in
VC++ |
0 comments
ShellExecuteEx 함수를 사용할 때, 프로그램 실행이 종료 될때 까지 대기해야 할 경우 사용하면 된다.
GetExitCodeProcess() 함수의 2번째 인자로 사용되는 ExitCode 변수의 값이 STILL_ACTIVE가 아니라면 종료 되었다는 의미이므로 그 시점을 while...
Posted by
zemna on Aug 27, 2007 in
VC++ |
0 comments
최신 버전의 MSDN을 VC6의 내장 도움말(키워드에서 F1 눌렀을 때 자동으로 해당 주제의 도움말이 나타나는 방식)로 사용하는 방법입니다.
Post : Integrate the latest MSDN with VC6 and Hook functions of COM
(*** 반드시 PSDK가 설치되어 있어야 합니다....
Posted by
zemna on Aug 27, 2007 in
VC++ |
0 comments
마지막으로 공식적인 Visual Studio 6.0 지원 버전
Platform SDK – 2003 Feburary
다운로드 : http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm
현재 가장 최신 버전
Platform SDK – 2006 March (Windows Server 2003 R2)
다운로드 :...