The title of this is slightly misleading but its also specific to what I'm asking. I've got a project which uses Ogre and CEGUI. I'm only trying to get CEGUI up and running. I don't know that much about compilers and IDE's but I can program and I also read this:http://www.daniweb.com/software-development/cpp/tutorials/466177/understanding-c-from-source-to-binaries
My issue is the compiler cannot find the .dlls that I pointed it to. My specific error is
The program can't start because CEGUIOgreRenderer-0.dll is missing from your computer. Try reinstalling the program to fix this problem.
but I put the path to the .lib and .dll files in my MSVSE C++ 2010 additional library directories where I have verified that the files exist. Yet it is still unable to find this .dll at run time! What am I doing wrong?
Please don't direct me to the ogre and cegui websites, as I've already been there and they were not as helpful as I'd like them to be.