Need help building CEGUI
Posted: Sat Jan 11, 2020 21:05
I'm having issues building CEGUI. Specifically it seems like the SILLY library is not being built properly. Visual Studio 2019 Windows 8.1 OS.
I'm planning on using CEGUI with SDL2 and OPENGL.
I downloaded CEGUI from this: http://cegui.org.uk/download
I was following this video:
https://www.youtube.com/watch?v=mwf_gDVudsE
I built some portions of the library and
Running this code:
CEGUI::OpenGL3Renderer& cegui_renderer = CEGUI::OpenGL3Renderer::create(CEGUI::Sizef(800.f, 600.f));
cegui_renderer.enableExtraStateSettings(true);
CEGUI::System::create(cegui_renderer) ;
results in:
CEGUI::GenericException in function '__cdecl CEGUI::DynamicModule::DynamicModule
(const class CEGUI::String &)' (C:\Projects\Libraries\cegui\cegui-0.8.7\cegui\sr
c\DynamicModule.cpp:224) : Failed to load module 'CEGUISILLYImageCodec_d.dll': T
he specified module could not be found.
I do not see CEGUISILLYImageCodec_d.dll in cegui-0.8.7\build\bin
Here are some screenshots and errors from my projects:
CEGUI deps CMAKE/CMAKE output:
https://imgur.com/rYr6k0h
CEGUI-deps error for building SILLY project (rest build):
https://imgur.com/EBKGBvM
CEGUI Cmake:
https://imgur.com/8KhUSYU
CEGUI Cmake output:
https://imgur.com/pH6ituF
CEGUI visual studio build output:
https://imgur.com/sqkCVjo
I'm planning on using CEGUI with SDL2 and OPENGL.
I downloaded CEGUI from this: http://cegui.org.uk/download
I was following this video:
https://www.youtube.com/watch?v=mwf_gDVudsE
I built some portions of the library and
Running this code:
CEGUI::OpenGL3Renderer& cegui_renderer = CEGUI::OpenGL3Renderer::create(CEGUI::Sizef(800.f, 600.f));
cegui_renderer.enableExtraStateSettings(true);
CEGUI::System::create(cegui_renderer) ;
results in:
CEGUI::GenericException in function '__cdecl CEGUI::DynamicModule::DynamicModule
(const class CEGUI::String &)' (C:\Projects\Libraries\cegui\cegui-0.8.7\cegui\sr
c\DynamicModule.cpp:224) : Failed to load module 'CEGUISILLYImageCodec_d.dll': T
he specified module could not be found.
I do not see CEGUISILLYImageCodec_d.dll in cegui-0.8.7\build\bin
Here are some screenshots and errors from my projects:
CEGUI deps CMAKE/CMAKE output:
https://imgur.com/rYr6k0h
CEGUI-deps error for building SILLY project (rest build):
https://imgur.com/EBKGBvM
CEGUI Cmake:
https://imgur.com/8KhUSYU
CEGUI Cmake output:
https://imgur.com/pH6ituF
CEGUI visual studio build output:
https://imgur.com/sqkCVjo