I get a problem with the RC file, the bat file has rc /
==================
Echo main.rc
rc /Fomsoutput\main.res "D:\PellesC\Projects\Image\main.rc"
==================
The output window says
==================
Building Debug
main.rc
'rc' is not recognized as an internal or external command,
operable program or batch file.
Done
==================
Any ideas?
EDIT:
I had to copy RC.Exe, RcDll.Dll and CVTRES.EXE into BIN, now it works.
Well done!
END EDIT:
John