Click to See Complete Forum and Search --> : Problems in my .rc file


NLscotty
May 16th, 2010, 01:34 PM
Hello,

I've made a dialog in a .rc file in resedit, and it also creates a resource.h file for u.

It was compiling fine, but after i coded more things etc, i was getting erros from this .rc. I Did NOT change anything in the file, so i was hoping someone can help me how this is possible?

I think it has something to do with a plug in or something, since

LANGUAGE 9, 3 does work, but english not, which is the same but only not in numbers

more errors i get:
.\Main.rc(17) : error RC2104 : undefined keyword or key name: DS_3DLOOK

ideas?

bitshifter420
May 17th, 2010, 03:28 PM
You can include <windows.h> in rc file.
With VC you can include <afxres.h> instead.
Or even define it in your project settings...