Quote Originally Posted by kkez
...
#include <windows.h> // include all the windows headers
#include <windowsx.h> // include useful macros
#include <stdio.h>
#include <math.h>
#include "RESOURCES.H" //quotes

you did it in your rc file
Good catch, kkez. My intuition told me that he was missing quotes -- I just picked the wrong spot!