Page 1 of 1

Another initialization error

Posted: Fri Jul 26, 2013 05:12
by LebDev
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

Re: Another initialization error

Posted: Fri Jul 26, 2013 19:30
by LebDev
Ok i found out that the CEGUIExpatParser.dll is not being generated.
I get the .lib and .obj but not the .dll

Any ideas why?

LebDev

Re: Another initialization error

Posted: Sun Jul 28, 2013 18:45
by Kulik
https://www.youtube.com/watch?v=VaD-MQJLtWk

cmake doesn't compile anything...

Re: Another initialization error

Posted: Thu Aug 01, 2013 12:49
by Basilio
LebDev wrote:Ok i found out that the CEGUIExpatParser.dll is not being generated.
I get the .lib and .obj but not the .dll

Any ideas why?

A build log would help. If the files are not built - probably the linker shows some error.