VeTaL Posted August 1, 2011 Share Posted August 1, 2011 According to this thread and franck's request, i decided to upload my small working example of Cegui, which is done by this tutorial. First, you should download Binary version of cegui CEGUI-SDK-0.7.5-vc8.zip (you'll need SP1 for msvs 2008) or CEGUI-SDK-0.7.5-vc10.zip Consilder Cegui is installed in z:\CEGUI\cegui\include folder, and Leadwerks is in Z:\Leadwerks Engine SDK\CPP If not, open project's settings "Property -> C/C++ -> General -> Additional include directories" and change this string "Z:\Leadwerks Engine SDK\CPP;z:\CEGUI\cegui\include" so it will show pathes to your sources. Also change "Property -> Linker -> General-> Additional library directories" from "Z:\CEGUI\lib\" to your path to libs. Looking like thats all - it should works nice: Example (with sources, project for msvs 08, cegui datafiles and exe-file): Quote Working on LeaFAQ Link to comment Share on other sites More sharing options...
franck22000 Posted August 1, 2011 Share Posted August 1, 2011 Thanks Vetal the example work, even with visual c++ 2010 I will need to see what is wrong with my own implementation since it crash... Quote You guys are going to be the death of me. Josh Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.