The information in this article applies to:
SUMMARYDocumentation IssuesInactive Links in the Online Documentation Avoid Disc Swapping During Full-Text Search of the Documentation ODBC 3.0 Programmer's Reference and SDK Guide Error in the Scribble MDI Drawing Application Documentation The Properties Menu Item is Now Located on the View Menu Microsoft Oracle ODBC Driver is Missing from the "ODBC Driver List" Topic HCW.EXE 4.01 Does Not Support Office 97 Typographical Error in Circle Tutorial Documentation Errors in ATL Tutorial Missing Help Topic for "Ignore Export Library" Check Box Changes to ATL Stock Property Macros Changes to the MFC Reference DocumentationMORE INFORMATIONInactive Links in the Online DocumentationCertain types of links in the online documentation do not work. They look like links, but if you click them, nothing happens.Such inactive links may be due to a setting in your Internet Explorer 3.0 that prevents ActiveX scripts from running. To enable the links, do the following:
Avoid Disc Swapping During Full-Text Search of the DocumentationThe MSDN CD contains all of the online documentation for all products in Visual Studio 97. If you install MSDN and leave it in the CD drive, you will not have to swap discs to search online content.If you chose the CD-ROM installation option when you installed Visual C++, you will need to have the Visual C++ CD in your CD ROM drive most of the time. To avoid looking for on-line content that is not on the Visual C++ CD, use the Define Subsets command from the Help menu to create a restricted search subset of the following Visual C++ documentation:
ODBC 3.0 Programmer's Reference and SDK GuideThe ODBC 3.0 documentation was not available for integration into Visual C++ 5.0 Infoviewer at the time of manufacture. (The ODBC documentation that you can find in the InfoViewer is for ODBC 2.5)However, the following Windows Help files (WinHlp32.exe) are installed during setup in the DevStudio\SharedIDE\Help directory:
Error in the Scribble MDI Drawing Application DocumentationIn the topic "Create the Dialog Box," in the procedure, "To create the Pen Widths dialog box," Step 3 suggests that you double-click the dialog box to bring up the dialog box property page. To bring up the property page, right- click the dialog box, and then click Properties.The Properties Menu Item is Now Located on the View MenuIn the topics "Associating the Toolbar Button with a Command ID" and "Adding a Tool Tip" in the Scribble MDI Drawing Application, you are instructed to click Properties from the Edit menu. The Properties item is now located on the View menu.Microsoft Oracle ODBC Driver is Missing From the "ODBC Driver List" TopicThe list of ODBC drivers, found in the "ODBC Driver List" topic, should include the Microsoft Oracle ODBC driver.HCW.EXE 4.01 Does Not Support Office 97The version of Microsoft Help Workshop (HCW.exe) that is installed by Visual C++ 5 does not support .rtf files created using Office '97. If you are an Office '97 user creating .rtf files for use with the Microsoft Help Workshop, you can do one of the following:
Typographical Error in Circle TutorialIn the topic "Creating the Basic Control," the first class name in the table that describes the class templates created by ControlWizards is incorrect. The correct class name is CCircApp.
Documentation Errors in ATL TutorialThe ATL Tutorial contains the following two errors:
Missing Help Topic for "Ignore Export Library" Check BoxOn the Link tab, General category, when a DLL project (/DLL is one of the link options) is selected in the file tree, there is a new check box, Ignore export library. The context-sensitive Help for this check box is not available. The Help text for the Ignore export library check box is as follows:When the Ignore export library box is checked, the parent project will not automatically attempt to link to the export library of the subproject. Select this setting when building a resource-only DLL as a subproject of an EXE. Changes to ATL Stock Property MacrosThe macro IMPLEMENT_SMARTPTR_STOCKPROP has been removed from ATL. The macro IMPLEMENT_BOOL_STOCKPROP has been added and should be used for all stock properties that are boolean values, such as the standard AUTOSIZE, BORDERVISIBLE, ENABLED, TABSTOP, and VALID stock properties.Changes to the MFC Reference DocumentationThree changes to the MFC Reference documentation are included below.
Returns a file handle for FTP, GOPHER, HTTP, and FILE-type Internet services only. Returns NULL if parsing was unsuccessful. The pointer that OpenURL returns depends on pszURL's type of service. The table below illustrates the possible pointers OpenURL can return. URL type ReturnsParameters pstrURL A pointer to the name of the URL to begin reading. Only URLs beginning with file:, ftp:, gopher:, or http: are supported. ASSERTS if pszURL is NULL. dwContext An application-defined value passed with the returned handle in callback. dwFlags The flags describing how to handle this connection. The valid flags, which can be combined with the bitwise OR operator (|), are:
dwHeadersLength The length, in characters, of the additional headers. If this is -1L and pstrHeaders is non-NULL, then pstrHeaders is assumed to be zero terminated and the length is calculated. Remarks Call this member function to send the specified request to the HTTP server and allow the client to specify additional RFC822, MIME, or HTTP headers to send along with the request. OpenURL, which wraps the Win32 function InternetOpenURL, allows only downloading, retrieving, and reading the data from an Internet server. OpenURL allows no file manipulation on a remote location, so it requires no CInternetConnection object. To use connection- specific (that is, protocol-specific) functions, such as writing to a file, you must open a session, then open a particular kind of connection, then use that connection to open a file in the desired mode. See CInternetConnection for more information about connection-specific functions.
Keywords : |
Last Reviewed: July 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |