help compiling( installing stl port)

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

Moderator: Moderators

Locked
Compiler

help compiling( installing stl port)

Post by Compiler » 2003-01-20 19:20

i dont understand how to install the stl port this is my msvc++6 dir C:\Program Files\Microsoft Visual Studio\VC98
and to i extract the folder named stlport or just the files within or i dont know!?

TMM
Posts: 47
Joined: 2003-01-03 19:50
Location: leeds UK
Contact:

no

Post by TMM » 2003-01-24 07:03

dont install stlport

use the stlport dcpp version

then include in ya includes the stlportdcpp/stlport

if u do an install u have to use makefile for your compiler

and then configure loads of crap and uncoment things so just use the dcpp version
ashes to ashes, dust to dust, if the dope dont get you. The acid must

TMM
Posts: 47
Joined: 2003-01-03 19:50
Location: leeds UK
Contact:

Post by TMM » 2003-01-24 07:05

to include

go to tools
options
then directories

then do ya new and find ya stldcpp double click, then double click stlport folder inside that

press okay and ya done

if u get error cant find hash_map u havent included it properly
ashes to ashes, dust to dust, if the dope dont get you. The acid must

Locked