Hi,
it seems like DC++ is using STLPort 4.6.1 now but where can I get this (not the original but the DC++ modified one) or a patch against the original? The project page has the old one (4.6.0).
New STLPort
Moderator: Moderators
-
Naga
- Posts: 45
- Joined: 2003-12-02 16:24
- Location: Sweden
New STLPort
Thanks to all open source programmers!
They enable the rest of us to learn a lot!
They enable the rest of us to learn a lot!
-
Alexei Kubarev
- Posts: 18
- Joined: 2004-04-08 20:46
- Location: Sweden
Jahh... on the Main dc++ page it seems to be the old version...
Try this link http://sourceforge.net/project/showfile ... p_id=40287
Worked for me... the same thing with WTL
Try this link http://sourceforge.net/project/showfile ... p_id=40287
Worked for me... the same thing with WTL
-
Alexei Kubarev
- Posts: 18
- Joined: 2004-04-08 20:46
- Location: Sweden
its 4.6.1
Believe me... ive tested...
Had the same problem few daays ago...
look here http://dcplusplus.sourceforge.net/forum ... php?t=9418
worked for me...
Believe me... ive tested...
Had the same problem few daays ago...
look here http://dcplusplus.sourceforge.net/forum ... php?t=9418
-
Gasman1015
- Posts: 184
- Joined: 2003-05-26 16:29
- Location: UK
Official Stl Here 4.6.1
Compare it using Winmerge or similar to find diffs.
Compare it using Winmerge or similar to find diffs.
Always remember you're unique, just like everyone else.
-
joakim_tosteberg
- Forum Moderator
- Posts: 587
- Joined: 2003-05-07 07:38
- Location: Sweden, Linkoping
-
Naga
- Posts: 45
- Joined: 2003-12-02 16:24
- Location: Sweden
Hmm sure (VC gives an error about wrong version)? Because the official DC++ uses 4.6.0 it's only since about a day (as far as I can see) that it's been using 4.6.1 any way I think I've got it running using the official STLPort and disabeling iostreams (_STLP_NO_IOSTREAMS)Alexei Kubarev wrote:its 4.6.1
Believe me... ive tested...
Thanks to all open source programmers!
They enable the rest of us to learn a lot!
They enable the rest of us to learn a lot!
-
joakim_tosteberg
- Forum Moderator
- Posts: 587
- Joined: 2003-05-07 07:38
- Location: Sweden, Linkoping
If you want to try to use old stl just change this bit of code in stdafx.cpp to But I don't think I would recommend it.
Code: Select all
#if defined(HAS_STLPORT) && (_STLPORT_VERSION != 0x461)
#error STLPort not correctly installed, read compile.txt
#endif
Code: Select all
#if defined(HAS_STLPORT) && (_STLPORT_VERSION != 0x460)
#error STLPort not correctly installed, read compile.txt
#endif
Who is online
Users browsing this forum: Google [Bot] and 0 guests