How correct compile Irr and SDL in VS2005?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Jekano
Posts: 7
Joined: Thu Oct 12, 2006 9:21 pm

How correct compile Irr and SDL in VS2005?

Post by Jekano »

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?
saulotmalo
Posts: 54
Joined: Wed Oct 04, 2006 6:56 am

Post by saulotmalo »

try finding MSVCP80D.dll on your system or in the web an put it where you have your .exe file. Then run the program... i should work
Jekano
Posts: 7
Joined: Thu Oct 12, 2006 9:21 pm

Post by Jekano »

It's error runtime. I copy this file to directory with project, but this not work. I have other errors.

Who compile irr + sdl says plz runtime library uses? And other options for correct compile.
Post Reply