=========================================================================== README.TXT for the Borland C++Builder v. 1.0 ActiveX Update George Cross, Borland C++ Developer Support, May 1997 =========================================================================== This archive contains the following files. MIDL.EXE v. 3.01 - Put this in CBUILDER\BIN IMPORT32.LIB - This is from BC++ 5.02. Put this in CBUILDER\LIB replacing the IMPORT32.LIB originally shipped with C++Builder. If you use the old IMPORT32.LIB, you may get Access Violations in your OCX. RPCNDR.H - Updated to contain a define for MIDL's new __declspec(uuid). See line 2630. Put in CBUILDER\INCLUDE\WIN32 replacing the RPCNDR.H originally shipped with C++Builder. COMCAT.IDL - Put all these files in CBUILDER\INCLUDE. They are from DOCOBJ.IDL the latest Win32SDK and have been modified to handle HLIFACE.IDL CPP32.EXE's insistence on interpreting GUID's as floats. INETSDK.IDL See changes below. OAIDL.IDL OBJIDL.IDL OCIDL.IDL OLEIDL.IDL SERVPROV.IDL UNKNWN.IDL URLMON.IDL WTYPES.IDL IDL file changes were: OAIDL.IDL Since CPP32.EXE can't handle some uuid's (see BCTOOLS.HLP), certain uuid's had to be wrapped with quotation marks. The following lines were changed: 908,1686,1719,1752 OBJIDL.IDL As above, the following lines were changed: 200,219,564,598,720,1347, 1760,1813,1833,1878,1960,2311,2725.