Hi
(I' am using: c++,Eclipse,CDT ,Mingw & GDB on windows xp)
When i have my header files in 'scorce folder' then it's working fine..
but if i have my header files in separate 'header folder' then comes the error..
'function1' was not declared in this scope
function1.h: No such file or directory
I tried with these 2 makefile files but it seem to be not working, please...