|
26.01.2004. XFLOGM 1.0 is now superseded by XFLOGM 2.0, which is part of Xeffort Library. You can still download XFLOGM 1.0 from this page or as a part of XeffortLite download. Compaq ships a module DFLOGM, with source available also. DFLOGM serves as a wrapper for dialog handling in all types of applications, simplifying the programming by enabling that handling code is placed in a single routine and reducing the number of setting flags (such as DLG_STATE). However, with DFLOGM you can't obtain full functionality that you could with a Win32-handled dialog; the most frequent requirements from users were handling of controls' colors and context help. This "touched" version, renamed to XFLOGM.f90, adds the following functionality:
NOTE: XFLOGM now links against any version of DFLOGM.lib of CVF 6.0 or newer. If you have downloaded earlier version of XFLOGM (before March 10), but have CVF6.5 or newer, please delete DFLOGM.lib from your project and source directory (otherwise, link error "LNK2001: unresolved external symbol _DLGDOMODAL@24" occurs). If you have CVF 5.0, you still need to link against a DFLOGM.lib from CVF 6.0. ¹) As of Dec 11 2001. ²) As of Apr 11 2002 ³) As of Mar 10 2003.
Download DFLOGM.lib v6 (DVF 5.0 users only) See Also: MenuDialog sample |