I'm using makefiles to build my project, in which all the source files
are written in C/C++. This project has already been compiled with VC7.1
and working. Now I'm trying to modify the makefiles to also use the
VC8.0
compiler to build it.
Amongst other errors, and warning, one notable error m...
more >>
I have upgrade a project in VC 6 to VC 2005 and when I compile it it can not
find some standard library in the that I use in my classes. An example of one
of the errors is:
c:\software\c++ projects\dataanalysis\objects
dataanalysis\include\data.h(14) : fatal error C1083: Cannot open includ...
more >>