I try compile Irrlicht + SDL.
Lib and include directory correct, libs added to project, dll copy to directory with project.
I can compile irrlicht program, and can compile SDL program.
In documentation SDL says:
Set the C runtime to "Multi-threaded DLL" in the menu: Project|Settings|C/C++ tab|Code Generation|Runtime Library
Irrlicht correct compile with:
"Multi-threaded Debug (/MTd)"
When I try recompile irrlicht with Runtime Library = "Multi-threaded DLL" I see MessageBox: "Program can't start, becouse MSVCP80D.dll not found."
How correct compile Irrlicht and SDL? Which option for Runtime Library and other?
How correct compile Irr and SDL in VS2005?
-
saulotmalo
- Posts: 54
- Joined: Wed Oct 04, 2006 6:56 am