PRB: Assertion in Dlgprop.cpp Line 499Last reviewed: December 1, 1995Article ID: Q140351 |
The information in this article applies to:
SYMPTOMSDisplaying a property sheet within a project for a Macintosh target results in the appearance of this assertion message:
xxxx: File dlgprop.cpp, line 499This may start with line 497 instead (as in the PROPDLG sample), but it will be followed by more assertions (501, 503, and more in various locations).
CAUSEAs there was no update to the Macintosh cross-compiler in version 2.1, building a Macintosh application still requires the MFC header files from version 2.0. One of these files includes the Afxres.rc file, which contains some resources, such as some scroll bitmaps, which are not found in Afxres.rc file from version 2.1.
RESOLUTIONRun the provided Setupmfc.exe program, and add a path for the MFC 3.0 include directory to the INCLUDE environment variable in the development environment. More details follow.
STATUSThis behavior is by design.
MORE INFORMATIONVisual C++ 2.1 Setup programs install a program called Setupmfc.exe in the Msvc20\Bin directory and install an icon for it in the Microsoft Visual C++ 2.0 program group. The icon's label is "MFC 3.0 Source Setup." To see the icon, you need to have the Macintosh add-on installed before you install Visual C++ 2.1.
|
Additional reference words: 2.10 2.1 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |