I'm using cegui 0.8.7 with visual studio 2015 and opengl
OS: Windows 10 x64
I'm trying CEGUI with opengl but when I create a simple renderer it shows an error.
I think a dll is missing but it is supposed that I've included all I need
Thats the simple things I have about CEGUI:
Code: Select all
#include <CEGUI\CEGUI.h>
#include <CEGUI\RendererModules\OpenGL\GL3Renderer.h>
CEGUI::OpenGL3Renderer& myrenderer = CEGUI::OpenGL3Renderer::bootstrapSystem();
Here are the dlls I have included
Code: Select all
assimp-vc140-mt.dll
CEGUIBase-0_d.dll
CEGUICoreWindowRendererSet_d.dll
CEGUIExpatParser_d.dll
CEGUIOpenGLRenderer-0_d.dll
CEGUISILLYImageCodec_d.dll
freetype_d.dll
glew_d.dll
glew32.dll
glfw_d.dll
glfw3.dll
jpeg_d.dll
libexpat_d.dll
libpng_d.dll
lua_d.dll
pcre_d.dll
SILLY_d.dll
toluapp_d.dll
zlib_d.dll
Their libs are included aswell.
In the input linked I've included CEGUIBase-0_d.lib and CEGUIOpenGLRenderer-0_d.lib, Do I need to include the others here too?
Here is the error it shows:
Code: Select all
Error LNK2019 símbolo externo "__declspec(dllimport) public: static class CEGUI::OpenGL3Renderer & __cdecl CEGUI::OpenGL3Renderer::bootstrapSystem(int)" (__imp_?bootstrapSystem@OpenGL3Renderer@CEGUI@@SAAEAV12@H@Z) sin resolver al que se hace referencia en la función main [TAG]GraphicEngine C:\Users\Samuel\Desktop\[TAG]GraphicEngineeee\[TAG]GraphicEngine\main.obj 1