I followed the docs -- I used pelles C's editor to create the .rc file.
While I was finally able to get everything working; it involved a manual step... Am I doing it right?
I created the .rc -- which referenced a .bin file. the only way I could get the file to compile was to move/copy the .bin file to the temp folder... (I could tell the compiler to create temp files in the source folder, but...)
I had hoped that I could keep all the related files (.rc and .bin files) in the same folder, but the bin file needed to go to the temp folder.
Is there a better way to do it?
