반응형
Fixes for Library Bugs in VC++ V5.0/V6.0
(as of 10 Nov 02)
---
The following bug fixes correct problems in the Standard C++ Library that accompanies Microsoft Visual C++ V5.0 and V6.0. Each replacement header file supplied here is represented as a .txt file, so you can view it directly with a web browser. You can also install the replacement file directly from the browser while you are viewing it -- simply select File/Save As File and store the file with the appropriate name in the include directory. YOU ARE STRONGLY ENCOURAGED TO SAVE THE EXISTING HEADER BEFORE OVERWRITING IT.
For example, to replace the headerin a typical VC++ V5.0 installation, choose the directory:
c:Program FilesDevStudioVCinclude
and save the file with the name deque. Note that some browsers insist on saving the file with the name deque.txt, in which case you will have to rename the file after saving it from the browser.
Be warned that updating a header file does not necessarily trigger a recompilation. You may have to force a rebuild to see the effect of a change.
Note also that some header-file information is captured in DLLs supplied by Microsoft. If you encounter a conflict, you must either avoid using the DLL (by linking statically) or rebuild the offending DLL. We still can supply no information on how to rebuild the standard DLLs shipped with VC++. (Microsoft insists that it's too difficult to describe.)
It is always a good idea to apply the latest Microsoft service pack to upgrade your compiler. Many problems quietly disappear when you do so. For example, you can now get V5.0 SP3 and V6.0 SP3.
http://www.dinkumware.com/vc_fixes.html
MS VC++ 6 패치 사이트
(as of 10 Nov 02)
---
The following bug fixes correct problems in the Standard C++ Library that accompanies Microsoft Visual C++ V5.0 and V6.0. Each replacement header file supplied here is represented as a .txt file, so you can view it directly with a web browser. You can also install the replacement file directly from the browser while you are viewing it -- simply select File/Save As File and store the file with the appropriate name in the include directory. YOU ARE STRONGLY ENCOURAGED TO SAVE THE EXISTING HEADER BEFORE OVERWRITING IT.
For example, to replace the header
c:Program FilesDevStudioVCinclude
and save the file with the name deque. Note that some browsers insist on saving the file with the name deque.txt, in which case you will have to rename the file after saving it from the browser.
Be warned that updating a header file does not necessarily trigger a recompilation. You may have to force a rebuild to see the effect of a change.
Note also that some header-file information is captured in DLLs supplied by Microsoft. If you encounter a conflict, you must either avoid using the DLL (by linking statically) or rebuild the offending DLL. We still can supply no information on how to rebuild the standard DLLs shipped with VC++. (Microsoft insists that it's too difficult to describe.)
It is always a good idea to apply the latest Microsoft service pack to upgrade your compiler. Many problems quietly disappear when you do so. For example, you can now get V5.0 SP3 and V6.0 SP3.
http://www.dinkumware.com/vc_fixes.html
MS VC++ 6 패치 사이트
반응형
'Development' 카테고리의 다른 글
STLFilt STL 에러 메세지 디크립터 (0) | 2006.03.21 |
---|---|
VC 6.0의 STL 버그 수정화일 (0) | 2006.03.19 |
Vim Intellisense 페이지 (0) | 2006.03.18 |
C++ Coding Standards (0) | 2006.03.18 |
C++ 용 xUnit 인 CppUnitLite 한번 수정해 봤습니다. (0) | 2006.03.18 |