|
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 :-/
|