I am running trough the www.winprog.org tutorial, I have run into yet another error.
#ifndef __BORLANDC__
#include "winres.h"
#endif
it says it cannot open "winres.h", which I would agree with because it is not located on my computer at all!
Is this file part of some other program, I thought it was an included file with windows, but apparently not.
Can anyone just fill me in on the who/what/where/etc of winres.h?