CRegExp.geterror
[ missing in colorer FreeCraze ]
Extended information about a compilation error.
Class method:
EError geterror();
DLL interface:
EError WINAPI reGetError(PRegExp re);
Members
re
a pointer to an object
Return value
EError enumeration type - error type:
enum EError { EOK = 0, EERROR, ESYNTAX, EBRACKETS, EOP };all goes without saying.
See also: