incl\DCPlusPlus-STLPort-4.6\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
DCkurt
Posts: 3
Joined: 2004-01-19 10:30

incl\DCPlusPlus-STLPort-4.6\stl\_iterator_base.h(98)

Post by DCkurt » 2004-01-19 10:41

hi

As first and only error I got:

incl\DCPlusPlus-STLPort-4.6\stl\_iterator_base.h(98): fatal error C1507: previous user errors and subsequent error recovery halt further

when trying to compile DC++ 0.306 and oDC 5.31

I compile last version of both without problems.

I'm using VC7.0 and I'm following the compile.txt

I've "upgraded" to WTL 7.1 and STL 4.6

Pls help - what the heck does I do wrong

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-01-19 20:31

Are you using clean versions of WTL 7.1 and STLPort 4.6 from the DC++ page?

Here's the link

DCkurt
Posts: 3
Joined: 2004-01-19 10:30

Post by DCkurt » 2004-01-21 23:51

GargoyleMT wrote:Are you using clean versions of WTL 7.1 and STLPort 4.6 from the DC++ page?

Here's the link
Yes, I'm using those. With version the last version I used WTL 7.0 and STL 4.53 without problems ( and have tried them now too without luck ). My hair is turning gray :cry:

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-01-22 00:29

You have added them to your include path properly?

DCkurt
Posts: 3
Joined: 2004-01-19 10:30

Post by DCkurt » 2004-01-22 08:01

joakim_tosteberg wrote:You have added them to your include path properly?
I'm sure I have. First WTL 7.1, then STL 4.6 then SDK and then "the rest"

UnD3aD
Posts: 5
Joined: 2004-01-25 13:30

Post by UnD3aD » 2004-01-25 13:36

I have the same problem... Can you help us?

[PT]Devilishly
Posts: 96
Joined: 2003-04-18 05:57
Location: Oporto, Portugal
Contact:

Post by [PT]Devilishly » 2004-01-25 13:46

DCkurt wrote:
joakim_tosteberg wrote:You have added them to your include path properly?
I'm sure I have. First WTL 7.1, then STL 4.6 then SDK and then "the rest"
I don't know if this is important, but I use then in a different order: 1º STL; 2ª WTL ...

best regards,
[PT]Devilishly

UnD3aD
Posts: 5
Joined: 2004-01-25 13:30

Post by UnD3aD » 2004-01-25 13:59

the same error....

ManNextDoor
Posts: 1
Joined: 2004-02-04 19:15

Post by ManNextDoor » 2004-02-04 19:24

I'm using Visual Studio .Net 2002 (7.0 solutions) and I've the same problem, no matter what is the order of WTL and stl-port.

I've used to compile ODC 5.212 and olders with no problems.

Twink
Posts: 436
Joined: 2003-03-31 23:31
Location: New Zealand

Post by Twink » 2004-02-04 21:51

there were some changes to a number of templates between vs.net 2002 and vs.net 2003 to make it more compatible with the c++ standards, maybe some changes in the stl make it non compatible with 2002...

Locked