Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEGUI - CEGUIOgreRenderer-0.dll not found #1303

Open
TranTriDat opened this issue Dec 31, 2023 · 2 comments
Open

CEGUI - CEGUIOgreRenderer-0.dll not found #1303

TranTriDat opened this issue Dec 31, 2023 · 2 comments

Comments

@TranTriDat
Copy link

Hi, I am using ogre-sdk-v13.6.5-msvc141-x64, CEGUI-0.8.7, and Windows11.
Cause I want to build an OGRE application with UI from CEGUI.

I have downloaded the CEGUI dependencies and built both the dependencies and CEGUI by Cmake.
This is my Cmake generate selection for building CEGUI dependencies
image
After that, I build on the build folder both in Debug and Release (no fail).
Then, I move the cegui-dependencies/build/dependencies folder into cegui folder.
Next, used Cmake to build CEGUI as the image bellow.
image

I follow the instructions on https://wiki.ogre3d.org/Basic+Tutorial+7 to move all the required DLLs into my ogre/bin folder

But there is no CEGUIOgreRenderer-0.dll file inside any folder in the CEGUI folder.
Do you know what step that I missed before, or some solution to solve this issue?

@Ident
Copy link
Member

Ident commented Dec 31, 2023

That is a very new version of Ogre, i would use CEGUI default branch for this. 0.8.X is compatible for old Ogre versions and hasnt been updated in a long time in which many new Ogre versions appeared

@TranTriDat
Copy link
Author

That is a very new version of Ogre, i would use CEGUI default branch for this. 0.8.X is compatible for old Ogre versions and hasnt been updated in a long time in which many new Ogre versions appeared

Hi, thanks for your advice, so do you have any recommendations about the version of both CEGUI and OGRE to use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants