1-Visitor
July 14, 2020
Solved
Makefile: Undeclared Identifier
- July 14, 2020
- 2 replies
- 4289 views
Hello,
while making my makefile of my own application I got the following errors:
NMAKE : fatal error U1077: ….<a path>….: return code '0x2'
Slightly before there were following errors:
error C2065: 'ProModelitem': undeclared identifier
I guess I didn´t include my header files correctly in my makefile, but I don´t really have a solution to my problem.
My have my makefile attached.
Thanks in advance
