Including Errors

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

Moderator: Moderators

Locked
TiD
Posts: 2
Joined: 2003-01-04 04:38

Including Errors

Post by TiD » 2003-01-04 04:49

Hola,

I haven't compiled anything since turbo c++ days and I've having some trouble getting it together. I got my hands on visual studio .net, downloaded the stlport off of this site, wtl, and sdk from micro.soft

SDK installs itself if I'm not mistaken

I extracted wtl and stport into c:\program files\microsoft visual studio .net\included libraries\

Startup Visual Studio

I goto tools -> options -> projects -> vc++ directories -> Show include directories

I included
-c:\program files\microsoft visual studio .net\included libraries\wtl70
-c:\program files\microsoft visual studio .net\included libraries\stlport

They're both at the top of my list. However I still get beau coup errors and fatal, when I compile. What am I doing wrong?

Later then,
TiD

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

Post by TMM » 2003-01-04 05:35

did you include platform sdk aswell.
it usually wont work without platform sdk

also, stlport is first and you need 2 post some errors, how many, warnings dont matter well they do, but in the readme it says there will be a few.

maybe if you solve yours you can help mine.

cya
ashes to ashes, dust to dust, if the dope dont get you. The acid must

TiD
Posts: 2
Joined: 2003-01-04 04:38

...

Post by TiD » 2003-01-09 07:46

Thanx for posting that reply..

All I need to include are two directories under included directories? Nothing under libraries etc..?

And I only need to include the root directories?

Locked