The information in this article applies to:
SUMMARYMicrosoft Visual C++ 32-bit Edition, versions 2.0 and above, allow users to integrate customized DDX and DDV routines into the ClassWizard interface. The Microsoft Foundation Class Library (MFC) Technical Note 26 (TN026) describes this feature. MORE INFORMATION
TN026 describes how users can integrate their own DDX and DDV routines into
the Class Wizard interface. For Visual C++ version 2.x, this is
accomplished by adding an [ExtraDDX] section and its appropriate entries
to the APSTUDIO.INI file in the Windows NT root directory. For Visual C++
version 4.0, this is accomplished by adding the necessary entries to either
the [General Info] section of a particular project's .CLW file or in the
[ExtraDDX] section of the DDX.CLW file in the \MSDEV\BIN directory. The
required format for entries of both sections, [ExtraDDX] and [General Info]
is clearly specified.
REFERENCESPlease see Technical Note 26 for information on the [ExtraDDX] section and its entries. Additional query words: kbinf
Keywords : kbwizard kbMFC kbVC200 kbVC210 kbVC220 kbVC400 kbVC500 kbVC600 |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |