Topic: Unable to compile Mods using irrlicht.core, iostream.h missing

Well, yeah the title says it all. I cannot compile Mods and Programs using Irrlicht.* because of iostream.h missing.(MT binaries are too not there, so I have to manually create them...)
I also cannot use my resourcemanager, because of the same issue.
I'd like to get that missing file, Without it I'm unable to use Irrlicht.* hmm

Re: Unable to compile Mods using irrlicht.core, iostream.h missing

greetings Xaymar.   in order to recompile the mod you need to have MingW installed and in your windows path.  that is where the iostream.h file comes from.  I have compiled the MT binaries and linked them in the 1.7.2 announcements & downloads post (at the bottom).  they are untested and mileage may vary.  Irrlicht itself does not have multithreading support.

Re: Unable to compile Mods using irrlicht.core, iostream.h missing

I do have MingW installed and it's in my %PATH% sysvalue too, and MingW does not contain any iostream.h file. That is why I was asking in the first place.
With the mt Binaries, It still failes to build because of iostream.h missing.

Re: Unable to compile Mods using irrlicht.core, iostream.h missing

hmm.  definately a C++ library file.  the include from file iscenenode_wrap.h in the scene folder.  looks like it may have been in there for some debugging but it is not needed.