Hi I am using Source Insight ,C/C++complier I have no idea about make files ,i have to compile one code ,but while compiling an error is generated Code: NMAKE : fatal error U1064: MAKEFILE not found and no target specified Can anyone help me
How you are trying to execute the make file is the cause of the problem. You should use the nmake command to do it.
As I am using Source Insight ,Diab complier . Iam having number of directories &some files icluding makefile .When iam creating a new project iam able to see all the my C directories but not able to see makefile .I belive thats what the problem is or i could be wrong