CEGUI & Dx11 Effect Error
Posted: Wed Jan 12, 2011 17:23
Hi
i have a problem with CEGUI whene i try to link it with direct3d11 , i catch the error
i find a topic that describe the same problem ( not exactly error but same problem , the effect problem )
http://cegui.org.uk/phpBB2/viewtopic.php?f=10&t=5226&p=25010&hilit=DirectX11+effect#p25010.
i don't understand the solution at all they said
but what mean About rebuild the Effect11 sample !!!!!!!!
i have a problem with CEGUI whene i try to link it with direct3d11 , i catch the error
Code: Select all
"CEGUI::RendererException in file c:\cegui-0.7.5\cegui\src\renderermodules\direct3d11\ceguidirect3d11renderer.cpp(312) : Direct3D11Renderer: failed to create effect!"
i find a topic that describe the same problem ( not exactly error but same problem , the effect problem )
http://cegui.org.uk/phpBB2/viewtopic.php?f=10&t=5226&p=25010&hilit=DirectX11+effect#p25010.
i don't understand the solution at all they said
DXD11Effects(D).lib is the problem. You simply have to rebuild the Effect11 sample (of the current DX SDK) and rename the outcoming lib-file to the correct name. Replace it, recompile CEGUI, and you're done.
but what mean About rebuild the Effect11 sample !!!!!!!!