compile help

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

Moderator: Moderators

Locked
eclipsegsxr
Posts: 2
Joined: 2006-01-07 14:35

compile help

Post by eclipsegsxr » 2006-01-07 14:39

i got my installation all set except i got the fatal error..I'm using Visual studios.NET 2003
I have searched for the file but cannot locate it anywhere on my pc

DCPlusPlus fatal error LNK1104: cannot open file 'stlport_vc71_static.lib'

Xan1977
Forum Moderator
Posts: 627
Joined: 2003-06-05 20:15

Post by Xan1977 » 2006-01-07 14:53

You have to include stlport 4.6.2 in your project. Get it from http://www.stlport.org/download.html

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

Post by joakim_tosteberg » 2006-01-07 15:05

You have not followed the instructions in compile.txt

eclipsegsxr
Posts: 2
Joined: 2006-01-07 14:35

Post by eclipsegsxr » 2006-01-07 15:18

this is the list of my include directory
c:\stlport\stlport-4.6.2\stlport
c:\wtl75\include

plus other standard ones

i'm new to this have made a few things but would like to learn more as this is why i'm doing this teaching myself ..
also python is installed..

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-01-07 21:29

Get STLPort from DC++'s sourceforge website.
Some of the config stuff is different than the one on STLPort's website. ;)

Xan1977
Forum Moderator
Posts: 627
Joined: 2003-06-05 20:15

Post by Xan1977 » 2006-01-07 22:30

The sourceforge site isn't hosting the custom stlport anymore. The generic stlport library will work just fine for compiling the current CVS.

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

Post by GargoyleMT » 2006-01-08 17:03

Xan1977 wrote:The generic stlport library will work just fine for compiling the current CVS.
Unmodified 4.6.2 on my system seems to require compilation. Given arne's problems with 5.0, I haven't made the move to that just yet.

Xan1977
Forum Moderator
Posts: 627
Joined: 2003-06-05 20:15

Post by Xan1977 » 2006-01-09 00:15

Sorry sorry. It's here down at the bottom, it's just not on the main download page.

For whatever reason I've been using the generic STL for a while. I wonder if there is any reason not to if the DC++ project compiles

Locked