View Single Post
Old 06-10-2005, 07:49 AM   #4 (permalink)
dball
Registered User
 
Join Date: Jun 2005
Posts: 5
dball is on a distinguished road
Hah! I solved it. After a blinding flash of the obvious, I realized that instead of

Code:
#include "icons.rc"
I should have included

Code:
#include "resource.h"
dball is offline   Reply With Quote