INFO: Visual Studio 97 Service Pack 1 ReadmeID: Q170366
|
This is a copy of the Visual Studio 97 Service Pack 1 Readme (English language version).
\fra\setup (French)
\deu\setup (German)
\enu\setup (English)
\jpn\setup (Japanese)
The Visual Studio 97 Service Pack 1 detects any installed Visual Studio
applications and the specific languages those applications use. (Files are
checked for language which is determined by the operating system settings
and the individual file settings.) The Visual Studio 97 Service Pack 1
supports the following languages: English, French, German, Italian,
Japanese, Korean, Simplified Chinese, Spanish, and Traditional Chinese.
http://www.microsoft.com/iis/Once there, click the "get IIS" button and choose "Other free software," then "Updates for IIS." Choose a new compressed or uncompressed browsecap.ini file to download.
http://www.msdn.microsoft.comSQL Server Service Pack 3 fixes several issues with the relational engine of Visual Database Tools including:
Mfc42.map
Mfc42d.map
Mfc42u.map
Mfc42ud.map
Mfcd42d.map
Mfcn42d.map
Mfcn42ud.map
Mfco42d.map
Mfco42ud.map
VS97FixlistSP1
http://www.msdn.microsoft.com/search/qrylang.htm.
Q168264 Copying Samples to a Dir with High ASCII Stops File I/O
Q168265 Error Microsoft Jscript error After Copying Sample
Visual Basic 5.0 Microsoft Knowledge Base Articles:
Q168163 Memory Leak When Calling UserConnection Query Event
Q167951 AUTMGR32.EXE Fails After Component Download
Q168153 DBGrid Bound to RDC Displays a Single Row After MoveLast
Q168160 Error on Update After AddNew With RDC and Bound Controls
Q168156 DBGrid Bound to RDC Displays Small ResultSets Incorrectly
Q168161 Distributed Transaction Fails On Subsequent Runs
Q168157 Problems Binding Multiple Controls to RDC 2.0
Q167950 DAO Internet Component Download Fails to Install
Q168159 DBCombo Updates Incorrectly When Using RDC Bound ListSource
Q168162 RDO Move 0 Fails to Refresh Record
Q167948 Internet Component Download Fails After Using Setup Toolkit
Q168158 Can't Close Resultset if DBGrid Bound to RDC
Q168155 Crash when Resizing Column of Split DBGrid
Q167122 FindItem Method of ListView Incorrectly Returns an Error
Q167123 COMCTL32.OCX Is Binary Incompatible with Previous Version
Q167947 ODBC CAB File Does Not Install 16-bit ODBC Files
Visual Database Tools Microsoft Knowledge Base Articles:
Q168295 Updating Single Row Replaces Data in All Rows of a Cursor
Visual SourceSafe Microsoft Knowledge Base Articles:
Q167274 Analyze May Hang or Crash When Running on Large Databases
Q167273 VSS Editor/Viewer Removing or Replacing Characters
Q165776 Admin Cannot See Files With Project Security Enabled
Q167737 Deploy to a Unix Server Via FTP Fails
Q166469 Multiple Check In Fails with Keyword Expansion
Visual J++ Microsoft Knowledge Base Articles:
Q167719 JavaTLB gives an Internal Compiler Error with VBCCE Control
Q167720 Saving Java File on Multi-Processor Machine Crashes MSDEV
Q167828 Cannot Access the ClassView Information File Error
Q167998 Cannot Debug Visual J++ Programs On IE 4.0 Pre-Release
Visual InterDev Microsoft Knowledge Base Articles:
Q168296 GPF When Expanding Links in Japanese Version of VI
Q168297 Data Connection Icons Not Displayed for global.asa
Q168269 MSWC BrowserType Control Does Not Recognize IE 3.02
Q165834 Can't Set Permissions Back to Root Web Permissions
Q168270 Update Error When Updating Sybase Table From ASP
Q168271 Sybase Cursor Can't Scroll Back in DF Wizard Created Form
Q168272 GPF When Refreshing a Project Containing Sybase Connection
Q168273 Invalid Operation When Deleting the End Sybase Record
Q168274 GPF When Selecting .ALX Files in Template Wizard
Q168275 Corrupted Dialog Titles in Japanese Version
Q167846 Reserved Error When Running DataForm Wizard Against Access
Q167267 New Devisws.pkg for 0-Byte File Save Problem
Q166674 Reserved Error When Entering Certain Valid SQL Statements
Q167836 DataForm Wizard Not Sizing Column Width Properly For DBCS
Visual C++ Microsoft Knowledge Base Articles:
Q168007 Remote Debugging Very Slow in Visual C++ Version 5.0
Q166285 MSDEV Crashes When Converting VC++ 4.0 Projects
Q165792 MSDEV.EXE Application Error When Building an Application
Q167994 Cvpack INTERNAL ERROR When Linking Large Projects
Q167423 CRecordset Members Not in Add Member Variable Dialog Box
Q167845 Class Wizard Deletes Source Files
The fixes for the Active Template Library (ATL) shown below address the
most commonly reported issues: MBCS compatibility, container compatibility
issues, and internal coding errors in ATL.
Q167526 ATL Control May Cause An Access Violation
Q167949 OnWindowMessage Returns BOOL for HRESULT
Q167340 ATL Control Causes Access Violation in Visual Basic 5.0
The fixes for the compiler shown below address the most commonly reported
COM issues. These issues include: support for Visual Basic-created
controls, internal coding issues in the COM headers, and problems related
to smart pointers and reference counting.
Additionally, there are fixes for templates that contain improper
propagation of the "const" qualifier, and fixes for a problem of forcing
instantiation of all template member functions regardless of whether they
were actually used.
There were also reported problems with either floating-point optimizations,
the global optimizer (/Og) or both. All these reported issues have been
addressed in the Visual Studio 97 Service Pack 1.
Q151491 copy() Member of bstrt in COMUTL.H Doesn't Copy
Q166721 C2784 On < Operator When Instantiating an ATL Container
Q168079 _com_ptr_t::operator=(const _variant_t&) AddRef's Twice
Q168003 Function Prototypes in comutil.h Missing Calling Convention
Q168111 #import Does Not Compensate for Gaps in vtable
Q168009 Smartptr Property in Interface Causes C2512 Error
Q168010 /Od May Generate Destructor for Unconstructed Temp Object
Q168028 C2955: Caused By the "using" Declaration
Q168029 Global Optimizations (/Og) May Cause the Compiler to Hang
Q167996 /Og Causes Invalid Double Result Returned from Function
Q168011 C1001, file 'fppeeps.c', line 394, Caused By /Og
Q151499 Compiler Performs Illegal Sign Conversion Optimization
Q167967 /Og Increments the Index of a Loop Too Soon.
Q168012 Incorrect Code Generated When Using Floating-Point and /Og
Q151500 /Og Causes vfptr Initialization Problems
Q167995 Calling a Function Returning double May Not pop FPU Stack
Q168008 C2166: Incorrect Type Deduction for Template Parameter
Listed below are the Linker fixes that correct a reported problem that ICF
(Identical COMDAT Folding) was causing severe build time losses. The fixes
also remove size limits that were imposed on the size of an executable and
raise the maximum size of the ILK file used by the linker to 64 MB.
Q151501 Linking Large Projects Can Be Very Slow
The fixes for the Microsoft Foundation Classes (MFC) listed below deal with
the most commonly reported issues that prevented binary compatibility with
MFC 4.2 (shipped with Visual C++ 4.2). These issues included unintended
dependencies on the latest comctl32.dll, the 3.0 version of odbc32.dll,
threading issues and internal coding errors in MFC.
Q167693 MFC Application Hangs on Multiprocessor Machine
Q167692 Assertion Line 257 in File DlgProp.cpp
Q167650 Problems with ToolTips on Windows 95
Q167731 Access Violation When Connecting in MFC ODBC Application
Q168004 Unable to Initialize DAO/Jet db Engine Error
Q167423 CRecordset Members Not in "Add Member Variable Dialog Box
For additional information, please see the following articles in the Microsoft Knowledge Base:
Q170365 INFO: Visual Studio 97 Service Pack 1 - What, Where, and Why
Q170367 HOWTO: Determine VS97 Service Pack Updates in a Product
Additional query words: kbVBp500 kbVBp kbWinCE100 wince kvVS97sp1 kbVS97sp2 kbVS97SP3 kbreadme
Keywords : kbreadme kbVS97sp1fix kbVS97sp2fix kbGrpDSTools
Version : WINDOWS:97sp1
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 30, 1999