I can't compile RC files that use "#INCLUDE". I get a "fatal error RC1021: invalid preprocessor command 'INCLUDE' ". If I remove the reference to the resource.h file (#INCLUDE "resource.h"
) then it compiles. Any idea as to what could cause this? Could the resource.h file be corrupt? I have no problems compiling PowerBASIC code or creating PBR files from RES files, I just can't get the RC.EXE to make a RES file when I reference the resource.h file
) then it compiles. Any idea as to what could cause this? Could the resource.h file be corrupt? I have no problems compiling PowerBASIC code or creating PBR files from RES files, I just can't get the RC.EXE to make a RES file when I reference the resource.h file
Comment