|
From: oleksa <m.o...@uk...> - 2013-06-13 11:49:42
|
Hi! Error while building hwgui ../../../../source/xml/xmlparse.c: In function 'HB_FUN_HBXML_SETENTITY': ../../../../source/xml/xmlparse.c:79:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../../../../source/xml/xmlparse.c:95:17: error: 'ULONG' undeclared (first use in this function) ../../../../source/xml/xmlparse.c:95:17: note: each undeclared identifier is reported only once for each function it appears in ../../../../source/xml/xmlparse.c:95:25: error: expected ';' before 'hb_arrayLen' hbmk2[hbxml]: Error: Running C/C++ compiler. 1 Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: alk...@us... Дата: 13 червня 2013, 12:22:35 > Revision: 2074 > http://sourceforge.net/p/hwgui/code/2074 > Author: alkresin > Date: 2013-06-13 09:21:44 +0000 (Thu, 13 Jun 2013) > Log Message: > ----------- > 2013-06-13 13:20 UTC+0300 Alexander Kresin <al...@be...> > * source/xml/xmlparse.c > * New function has been added: hbxml_SetEntity() to change the default > values of pairs, which are converted while loading/saving xml files, > such as < -> '<', & -> '&', etc. > To set new values, you should call this function with an array > as parameter, for example: > hbxml_SetEntity( { { "lt;","<" },{ "amp;","&" }, { "nbsp;"," " }, { "quot;",'"' } } ) > To restore default values just call it without parameters. > > Modified Paths: > -------------- > trunk/hwgui/Changelog > trunk/hwgui/source/xml/xmlparse.c > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Hwgui-commits mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-commits |