I am getting an unspecified error on a blank or comment line. Seems to move every time I compile. Error type is C/C++
All files in project are .asm, compiler is v5.3. Project was imported from v3.3
thanks
Martin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am getting an unspecified error on a blank or comment line. Seems to move every time I compile. Error type is C/C++
All files in project are .asm, compiler is v5.3. Project was imported from v3.3
thanks
Martin
Did you tried to create an empty file and copy-paste the content of .asm to the new file and try to compile it?
Thanks Anton. Yes I did that, and in fact I found the problem by pasting in pieces. It was an unresolved symbol, but it is strange the compiler didn't identify it. And worse, the way it would move when I clicked on the error.
Cheers
Martin