EDN Admin
Well-known member
Hi,
There is something wrong with my include files. If I add a include path in <font face=Arial>"tools"->"VC directories"->"include files"</font>
then my program compiles fine. But when I remove that and add it to <font face=Arial>"project properties"->"C++"->"additional include directories"</font>
I got lots of errors for <font face="Courier New "limits"</font> file which is one of the visual studio files. One of the errors is:
<font face="Courier New error C2065: FLT_RADIX : undeclared identifier
.....
.....</font>
My question is what is the difference between setting an include path in project properties on visual studios option?
where should we correctly add an include path?
<hr class="sig "I use VC++ 8.0"
View the full article
There is something wrong with my include files. If I add a include path in <font face=Arial>"tools"->"VC directories"->"include files"</font>
then my program compiles fine. But when I remove that and add it to <font face=Arial>"project properties"->"C++"->"additional include directories"</font>
I got lots of errors for <font face="Courier New "limits"</font> file which is one of the visual studio files. One of the errors is:
<font face="Courier New error C2065: FLT_RADIX : undeclared identifier
.....
.....</font>
My question is what is the difference between setting an include path in project properties on visual studios option?
where should we correctly add an include path?
<hr class="sig "I use VC++ 8.0"
View the full article