ID: Q168059
The information in this article applies to:
If you create a link to a Microsoft Word 6.x or Microsoft Word 7.x document, paste it into an MFC (Microsoft Foundation Class) OClient container, and then double-click the link on a computer that only has Word 97 installed, you may receive the following message:
Cannot Start the Source Application For This Object
To correct this problem, install Microsoft Word 97 Service Release 1 (SR- 1).
To work around this problem, open the container application and the document on the computer that only has Microsoft Word 97, and reinsert the link to the Word document.
Microsoft has confirmed this to be a problem in Microsoft Word 97 for Windows. This problem was corrected in Microsoft Word 97 SR-1.
For additional information about SR-1, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q172475
TITLE : OFF97: How to Obtain and Install MS Office 97 SR-1
This problem occurs when pasting links to WordPad or any of the Microsoft Office applications, because WordPad and the Office applications are MFC OClient containers.
The Microsoft Foundation Class Library, a C++ Windows interface, is built on top of the C-language Windows application programming interface (API) to ensure long-term compatibility with the thousands of applications already written for Windows. MFC is a truly object-oriented interface designed with the following goals:
The single characteristic that sets the Microsoft Foundation Class Library apart from other class libraries for Windows is the close mapping to the Windows API written in the C language. You can generally mix calls to the class library freely with direct calls to the Windows API. However, the classes are not a complete replacement for that API. Developers must still occasionally make direct calls to some Windows functions (::GetSystemMetrics, for example). A Windows function is wrapped by a class member function only when there is a clear advantage to doing so.
For more information about building solutions with the Microsoft Foundation Class, please see Microsoft Visual C++ Web site at the following location:
http://www.microsoft.com/visualc
Keywords : kbinterop
Version : WINDOWS:6.0,6.0a,6.0c,7.0,7.0a,97
Platform : WINDOWS
Issue type : kbbug
Solution Type : kbfix
Last Reviewed: December 17, 1998