DOCUMENT:Q278020 21-SEP-2001 [mspress] TITLE :Visual C++ 6.0 Programmer's Guide Comments and Corrections PRODUCT :Microsoft Press PROD/VER:: OPER/SYS: KEYWORDS:kbdocfix kbdocerr ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - MSPRESS Microsoft Visual C++ 6.0 Programmer's Guide ISBN 1-57231-866-X ------------------------------------------------------------------------------- SUMMARY ======= This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Visual C++ 6.0 Programmer's Guide, ISBN 1-57231-866-x. The following topics are covered: - Page 254: Code Sample Is Missing Include Statement - Page 335: MSChart.ocx Is Not A License-Free ActiveX Object MORE INFORMATION ================ Page 254: Code Sample Is Missing Include Statement -------------------------------------------------- On page 254, in Listing 5-3, the code for DirList1.cpp will not compile, as it is missing an Include statement. Note that this omission was made in the DirList1.cpp file on the companion CD-ROM as well. If you try to build this program, you may receive the following error: irlist1.obj : error LNK2001: unresolved external symbol "void __stdcall DDX_DateTimeCtrl(class CDataExchange *,int,class CTime &)" (?DDX_DateTimeCtrl@@YGXPAVCDataExchange@@HAAVCTime@@@Z) .\Debug/Dirlist1.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe To correct the problem, the following statement should be added to the DirList1.cpp code. #include "afxdtctl.h" Page 335: MSChart.ocx Is Not A License-Free ActiveX Object ---------------------------------------------------------- On page 335, MSChart.ocx is described as a license-free ActiveX object. This is not true. When trying to use this object, users will get a "design-time license" error. Users must have a valid Visual Basic license in order to use MSChart.ocx. Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections. Additional query words: VC DevBook Zaratian ====================================================================== Keywords : kbdocfix kbdocerr Technology : kbMSPressSearch Version : : Issue type : kbinfo ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2001.