wxWidgets & Manifest file
Hello,
I am new to CLion & CMake, but not wxWidgets. I've been using Code::Blocks all along. have now switched to Clion.
I was able to successfully create & build my existing wxWidgets project on Windows 11 in CLion/CMake. But now facing couple of issues…
- Looks like CLion/CMake does not embed manifest data into executable. My app looks like old win32 programs. I tried to specify manifest file in CMakeList.txt & copy it into cmake-build-debug/release directories. But it doesn't change the look. So how do I handle the manifest file ?
- Secondly, both Debug and Release build executables run from Clion, but if I try to run them outside IDE, it gives “missing procedure entry point in DLL ” error. I have checked the DLL dependencies of my exe & all required DLLs are present in corresponding Debug/Release directories. What can be the issue ?
And I am using mingw-gcc compiler that comes along-with Code::Blocks.
Any help will be greatly appreciated. Thanks in advance.
Sam
Please sign in to leave a comment.