QUOTE(logBase2 @ 28 Dec, 2008 - 03:10 PM)

Hi.
The two errors are:
Error 38 error C2664: 'XML_SetElementHandler' : cannot convert parameter 2 from 'void (__clrcall *)(void *,const XML_Char *,const XML_Char **)' to 'XML_StartElementHandler'
Error 39 error C2664: 'XML_SetCharacterDataHandler' : cannot convert parameter 2 from 'void (__clrcall *)(void *,const XML_Char *,int)' to 'XML_CharacterDataHandler'
I'm getting my nerve up to convert one of my console apps over to a gui style also (finishing up the console version menu right now) so I'm interested to see what you find out on this.
There are probably a lot of people in the same place (IE every student making console apps in class) who could learn from your experience.
It would be great to see a post on what things you already knew about and fixed up on your own to get your conversion working along with these and any other errors you run in to.
Heck you could make it in to a tutorial, converting your first console to gui application, and upload it for some kudos

I know I would like to see it.
This post has been edited by badjava: 28 Dec, 2008 - 04:39 PM