Another initialization error
Posted: Fri Jul 26, 2013 05:12
Hi,
I am sorry to ask this, because i can see that other people have had this error here before.
i am new to CEGUI and relatively new to C++ so please bare with me. I am used to programming in python which i have to say is a lot easier.
I have an error initializing CEGUI (there is no error log). it seems to me that it is due to the XML parser DLL lacking as it gives me the same unhandled exception error others reported before on this forum and were told it was because a dependency DLL was lacking.
The error is happening in DynamicModule.cpp when trying to load the XMLParser dll. I know you want the text of the error, i am still getting used to VS 2010 and C++ and so i apologize, i do not have it.
I tried loading both Expat or Xerces and i get the same error with both.
I have compiled both dependencies from the dependency package. They compiled in CMAKE Gui without errors. I put the dependencies folder in the main cegui folder and build it.
I did not get a CEGUIExpatParser.dll but only a .pdb file. Same for Xerces.
Is that normal? should i have had a DLL?
Any input would be greatly appreciated.
Thank you
LebDev
I am sorry to ask this, because i can see that other people have had this error here before.
i am new to CEGUI and relatively new to C++ so please bare with me. I am used to programming in python which i have to say is a lot easier.
I have an error initializing CEGUI (there is no error log). it seems to me that it is due to the XML parser DLL lacking as it gives me the same unhandled exception error others reported before on this forum and were told it was because a dependency DLL was lacking.
The error is happening in DynamicModule.cpp when trying to load the XMLParser dll. I know you want the text of the error, i am still getting used to VS 2010 and C++ and so i apologize, i do not have it.
I tried loading both Expat or Xerces and i get the same error with both.
I have compiled both dependencies from the dependency package. They compiled in CMAKE Gui without errors. I put the dependencies folder in the main cegui folder and build it.
I did not get a CEGUIExpatParser.dll but only a .pdb file. Same for Xerces.
Is that normal? should i have had a DLL?
Any input would be greatly appreciated.
Thank you
LebDev