STLPort\stl\_iterator_base.h(98)

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
sauron_was_here
Posts: 4
Joined: 2004-05-13 21:22

STLPort\stl\_iterator_base.h(98)

Post by sauron_was_here » 2004-05-14 04:07

Compiling...
stdinc.cpp
d:\Microsoft SDK\STLPort\stl\_iterator_base.h(98) : fatal error C1507: previous user errors and subsequent error recovery halt further compilation

what's wrong? :(

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2004-05-14 04:33

Have you followed the instructions in Compile.txt?
Have you searched the existing posts for the error code given?
The world is coming to an end. Please log off.

DC++ Guide | Words

sauron_was_here
Posts: 4
Joined: 2004-05-13 21:22

Yes

Post by sauron_was_here » 2004-05-14 04:40

Yes, everything done exactly. One thing is, that i'm usings 7.0 version, but with 7.0 prject files (downloaded from here somewhere). It seems that nobody solves this problem yet.

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Re: Yes

Post by TheParanoidOne » 2004-05-14 06:55

sauron_was_here wrote:Yes, everything done exactly.
Are you sure about that? The above message seems to indicate a problem with the MS version of STLPort. Compile.txt states that you should use the one from the DC++ website.

Which do you have?
The world is coming to an end. Please log off.

DC++ Guide | Words

Locked