c++.idde - Help including header files
-
j.hirshon att.net
(5/5)
Jun 14 2005
How do I set up a project so that I can include *.h and non-.h (
... - Marshall (7/12) Jun 14 2005 Jordon,
How do I set up a project so that I can include *.h and non-.h (<string>, <vector>) header files? How can I see the value of environment variables such as INCLUDE? Thanks, Jordon
Jun 14 2005
Jordon, Read the documentation on sc.ini. Then edit \dm\bin\sc.ini. One example of the include line might read INCLUDE="% P%\..\stlport\stlport";"% P%\..\include" As far as seeing the environment variables; I would recomend compiling with smake.exe and the /p option. It might not give you everything you're looking for, but it's an excellent start. Also try make.exe with the -l option. In article <d8mgpe$tq4$1 digitaldaemon.com>, j.hirshon att.net says...How do I set up a project so that I can include *.h and non-.h (<string>, <vector>) header files? How can I see the value of environment variables such as INCLUDE? Thanks, Jordon
Jun 14 2005