Erm.. I followed your tutorial.. and when I try to compile the program.. it gives me this error
c:\documents and settings\steve\desktop\ogrenew\ogremain\include\ogrestdheaders.h(30) : fatal error C1083: Cannot open include file: 'hash_set': No such file or directory
(Im using microsoft visual c++ 6.0 standard)
Can you plz tell me why?
Deleting intermediate files and output files for project 'Space - Win32 Debug'.
--------------------Configuration: Space - Win32 Debug--------------------
Compiling...
SkyPlane.cpp
c:\documents and settings\steve\desktop\ogrenew\ogremain\include\ogrestdheaders.h(30) : fatal error C1083: Cannot open include file: 'hash_set': No such file or directory
Error executing cl.exe.
Space.exe - 1 error(s), 0 warning(s)
You should have read "Things to check before posting here", too. Then you'd know about this forum's search function. The internal heap limit problem has been topic of numerous threads.
Anyway, you'll find more in this thread.
As to your STLPort problem: The lib directory is created by nmake during the build process. If STLPort got successfully built, the lib directory is there. Maybe you missed a step or something. So just try again and stick to the description. If it doesn't work, please post a more detailed description of the steps you undertook and about your STLPort-Version.