Release 11.2 Date: September 3, 2009, download
It became clear soon after CMarkup release 11.1 that another release would be needed to resolve a compiler issue affecting Visual C++, the _fseeki64 and_ftelli64 issue. From now on, some Visual C++ developers using file mode on files over 2GB will need to define MARKUP_HUGEFILE.
Here's the list of 11.2 enhancements:
Transform method, just supply an XSL document "style sheet" (see MSXML Wrapper CMarkupMSXML)MBCS (ANSI) strings are NOT being used|
The following are only in CMarkup Developer and the free XML editor FOAL C++ scripting |
All the 11.2 developer version enhancements only affect file mode (see write mode and read mode).
MARKUP_HUGEFILE in your Project Settings Preprocessor definitions. To test whether you have huge file support make sure sizeof(MCD_INTFILEOFFSET) == 8 (see _fseeki64 and_ftelli64)See also previous CMarkup release notes: 11.1, 11.0, 10.1, 10.0, Archived CMarkup Release Notes