View Single Post
  #3 (permalink)  
Old 02-28-2003
CatOne CatOne is offline
Registered User
 
Name: Bill Lloyd
Organization: --
Project: --
 
Join Date: Feb 2003
Location: California
Posts: 18
I'm pretty sure...

The first line in my "include files is"

C:\DEVSTUDIO\VC98\INCLUDE\STLPORT

(which is where they're copied when you run 'nmake -f vc6.mak install' and have set your VC++ variables correctly.

I think it's finding the include files correctly, because previously I was getting some errors with "base64.cxx" before I put the STLPORT at the top and that problem went away, so I think it's picking them up :-/
Reply With Quote