Question

I keep getting this error when I try to conifg my Eclipse to debug my VC6 program:

NMAKE : fatal error U1073: don't know how to make 'LN_BASE.CPP'

Any advice?

Was it helpful?

Solution

this is because nmake cannot find the src file;

i move the code file from src dir to project root dir, then the problem solved.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top