Page 1 of 1

Using eVc 4.0 with PF ?

PostPosted: Jan 12, 2004 @ 9:53am
by rcoble

PostPosted: Jan 22, 2004 @ 1:18am
by Guest2

PostPosted: 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).

PostPosted: Jan 23, 2004 @ 7:48pm
by rcoble

Is this the right track :?:

PostPosted: Jan 24, 2004 @ 1:58am
by nater

Oh Ya

PostPosted: 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]

PostPosted: 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).

PostPosted: Jan 24, 2004 @ 8:34am
by nater