vs .net (2002) + STLPort-4.6 + WTL 7.1

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

Moderator: Moderators

Locked
xRay
Posts: 3
Joined: 2004-03-01 13:02

vs .net (2002) + STLPort-4.6 + WTL 7.1

Post by xRay » 2004-03-01 13:10

path included...
use vc7 projekt files...

have only 2 compiling failures :/
\client\config.h(63): warning C4005: 'BZ_NO_STDIO' : macro redefinition
c:\STLPort-4.6\stl\_iterator_base.h(98): fatal error C1507: previous user errors and subsequent error recovery halt further compilation

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

Post by Twink » 2004-03-01 16:06

the first one you list is a warning, so just ignore that.

The second one suggests that there is another error that you didn't list.

xRay
Posts: 3
Joined: 2004-03-01 13:02

Post by xRay » 2004-03-02 11:47

Code: Select all

c:\Dokumente und Einstellungen\xRay\Desktop\DCPlusPlus-0.306-src\client\config.h(63): warning C4005: 'BZ_NO_STDIO' : macro redefinition
c:\STLPort-4.6\stl\_iterator_base.h(98): fatal error C1507: previous user errors and subsequent error recovery halt further compilation
c:\Dokumente und Einstellungen\xRay\Desktop\DCPlusPlus-0.306-src\client\config.h(63): warning C4005: 'BZ_NO_STDIO' : macro redefinition
c:\STLPort-4.6\stl\_iterator_base.h(98): fatal error C1507: previous user errors and subsequent error recovery halt further compilation

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

Post by Twink » 2004-03-02 15:02

try looking up other posts on visual studio 2002, they have similar problems and from what I've seen none were fully resolved. might just be easier to update to 2003 if you can

xRay
Posts: 3
Joined: 2004-03-01 13:02

Post by xRay » 2004-03-02 16:20

hmm, no vc6 is suported 2002 also...

should be in the readme..

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

Post by GargoyleMT » 2004-03-11 22:30

Ah, yeah, the project files have changed a couple times since 7.0 was depreciated. Including some of my own changes (witnessed there) to return zlib and bzip2 to unmodified forms. And to do away with useless preprocessor defines in the project files.

We developers all use .NET 2003 now... you're on your own with 2002.

earl
Posts: 4
Joined: 2004-03-23 22:17

Post by earl » 2004-03-23 23:06

I think there is still a $30 upgrade available somewhere on Microsoft's site.

-earl-

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

Post by GargoyleMT » 2004-03-27 00:07

earl wrote:I think there is still a $30 upgrade available somewhere on Microsoft's site.
Here's what I found:

http://msdn.microsoft.com/vstudio/howto ... fault.aspx
Please note that the special discount price offer ($29*) for retail customers ended on September 30, 2003.

Locked