
Posted:
Jan 22, 2004 @ 9:06am
by Hosed
You may find this article will help
http://msdn.microsoft.com/library/defau ... ration.asp . My guess is you have to make eVC4.0 compile using the 3.0 subsystem (described in the article how to do this).
Oh Ya

Posted:
Jan 24, 2004 @ 2:01am
by nater
Oh Ya!
... And I had to have the STLport include folders at the bottom of the list to get that far otherwise I had a lot more STL errors, starting with the can't find ctype.h file.
[/b]

Posted:
Jan 24, 2004 @ 2:08am
by Kzinti
You shouldn't have to create any projects. All you have to do is open the workspace file and everything should be ok.
Did you properly configure STLport to disable IO streams? Looks like your build is including <sstream> when it shouldn't.
And dont build it as a DLL. The .vcp project file is configured as a normal static library (.lib).