The class holds XML resources from one or more .xml files, binary files or zip
archive files.
- See @ref overview_xrcoverview "XML-based resource system overview" for details.
+ @see @ref overview_xrc, @ref xrc_format
@library{wxxrc}
@category{xrc}
/**
Compares the XRC version to the argument. Returns -1 if the XRC version
- is less than the argument, +1 if greater, and 0 if they equal.
+ is less than the argument, +1 if greater, and 0 if they are equal.
*/
int CompareVersion(int major, int minor, int release,
int revision) const;