Search found 6 matches
- Wed Jun 02, 2010 11:01
- Forum: Modifications / Integrations / Customisations
- Topic: System::create throws CEGUI::GenericException
- Replies: 10
- Views: 14404
Re: System::create throws CEGUI::GenericException
thanks alot for the help, both static & dynamic and both release and debug seems to be working in the engine now.
- Tue Jun 01, 2010 17:47
- Forum: Modifications / Integrations / Customisations
- Topic: System::create throws CEGUI::GenericException
- Replies: 10
- Views: 14404
Re: System::create throws CEGUI::GenericException
Thanks alot for the help, i am getting a diffrent linking error this time(added some of the dependencies to the linker, ): linked libraries: CEGUIDirect3D9Renderer_static_d.lib CEGUIBase_static_d.lib libpng_d.lib jpeg_d.lib zlib_d.lib freetype_D.lib 11>LINK : warning LNK4098: defaultlib 'LIBCMT' con...
- Tue Jun 01, 2010 14:47
- Forum: Modifications / Integrations / Customisations
- Topic: System::create throws CEGUI::GenericException
- Replies: 10
- Views: 14404
Re: System::create throws CEGUI::GenericException
samples run out of the box, just opened the solution and built it. all samples working fine. edit: tried to static link the cegui, and got these on the build log: defined _DEBUG and CEGUI_STATIC linked static_d libraries. 1>------ Build started: Project: lite-cegui, Configuration: Debug Win32 ------...
- Tue Jun 01, 2010 13:04
- Forum: Modifications / Integrations / Customisations
- Topic: System::create throws CEGUI::GenericException
- Replies: 10
- Views: 14404
Re: System::create throws CEGUI::GenericException
since i do not have the directx sdk, i can't. I am only using release libraries(again for the same reason, since the debug version of the renderer requires debug versions of directx dlls.)
I am downloading the directx sdk rightnow, i'll see if i can run the examples.
I am downloading the directx sdk rightnow, i'll see if i can run the examples.
- Tue Jun 01, 2010 12:37
- Forum: Modifications / Integrations / Customisations
- Topic: System::create throws CEGUI::GenericException
- Replies: 10
- Views: 14404
Re: System::create throws CEGUI::GenericException
it's 0.7.1
i do not seem to have a cegui.log
i do not seem to have a cegui.log
- Tue Jun 01, 2010 11:05
- Forum: Modifications / Integrations / Customisations
- Topic: System::create throws CEGUI::GenericException
- Replies: 10
- Views: 14404
System::create throws CEGUI::GenericException
Hello cegui community, I am trying to wrap cegui for the Acknex Engine( http://www.3dgamestudio.com). I am experienced with the plugin sdk of the engine. foloowing this : http://www.cegui.org.uk/api_reference/rendering_tutorial.html i tired to get the cegui to render. here is my function: DLLFUNC in...