h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(255) : error C2039: 'E_DRIVER_TYPE' : is not a member of 'irr::video'
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(255) : error C2065: 'E_DRIVER_TYPE' : undeclared identifier
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(255) : error C2146: syntax error : missing ';' before identifier 'driverType'
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(255) : error C2065: 'driverType' : undeclared identifier
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(266) : error C3861: 'driverType': identifier not found, even with argument-dependent lookup
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(267) : error C3861: 'driverType': identifier not found, even with argument-dependent lookup
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(268) : error C3861: 'driverType': identifier not found, even with argument-dependent lookup
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(269) : error C3861: 'driverType': identifier not found, even with argument-dependent lookup
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(270) : error C3861: 'driverType': identifier not found, even with argument-dependent lookup
h:\irrlicht-0.7\examples\09.Meshviewer\main.cpp(277) : error C3861: 'driverType': identifier not found, even with argument-dependent lookup
Build log was saved at "file://h:\irrlicht-0.7\examples\09.Meshviewer\Debug\BuildLog.htm"
9.Meshviewer - 10 error(s), 0 warning(s)
I already copied the two irrlicht .dlls into their proper place at windows/system32/ and made sure everything was linking to where it should be.------ Build started: Project: Techdemo, Configuration: Release Win32 ------
Linking...
CDemo.obj : error LNK2019: unresolved external symbol __imp__createDevice referenced in function "public: void __thiscall CDemo::run(void)" (?run@CDemo@@QAEXXZ)
CMainMenu.obj : error LNK2001: unresolved external symbol __imp__createDevice
.\Release/Techdemo.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://h:\irrlicht-0.7\examples\Techdemo\Release\BuildLog.htm"
Techdemo - 3 error(s), 0 warning(s)
Any ideas? Can anyone else build those two?
I couldn't even run the new techdemo. The menu bit loads up, but when I try to run from there, it closes giving me a message that Windows encountered an error.