Minimal test:
Without newline at end of file POIDE don't open a file:
IDR_TBBMP1 BITMAP "TBBtn1.bmp"
Building error1.rc.
C:\code\PellesC\test7\error1.rc(1): warning: No newline at end of file.
C:\code\PellesC\test7\error1.rc(1): error: File not found: 'TBBtn1.bmp'.
Done.
With newline at end of file POIDE open a file:IDR_TBBMP1 BITMAP "TBBtn1.bmp"
Building error.rc.
C:\code\PellesC\test7\error.rc(1): error: File not found: 'TBBtn1.bmp'.
Done.
Same behavior with other versions too ?
That's nasty... most compilers do require at least one blank line at the end of a file.
However that's not what I ran into...
Click the red X on the project tool bar, close all open source files...
File -> Open -> whatever.rc so it's the only thing open, with no project.
POIDE 700 rc3 gave me dozens of errors but RC2 and earlier opened it just fine.