ResEdit started to be Annoying

Jan 23, 2012 at 7:47pm
So I wasn't programming for a while, today I wanted to create some application cuz I was bored, BUT when I started resedit, created new project, saved it and then wanted to open it after I finished few things, I got error and it didn't open it, so I tried to download fresh ResEdit and make a simple project, basic dialog, I saved it and then opened again, and wohoo, again that error!

simple description of my problem:

1. used resedit after ~1 month
2. created simple dialog, saved it
3. tried to open resource but got this error:

http://filebeam.com/83d4d283ffff1eddfa1cdd69a79b4c64.jpg

4. tried to download fresh ResEdit

I can't even open my old projects now cuz of same problem :X
Last edited on Jan 23, 2012 at 7:47pm
Jan 23, 2012 at 10:42pm
It should be picking up SUBLANG_SYS_DEFAULT via windows.h (not sure which header it's in)

Jan 23, 2012 at 10:54pm
Well windows.h is included in header - also created by resedit - and i never had problem like this before
Jan 24, 2012 at 10:01pm
Thinking about it, SUBLANG_SYS_DEFAULT might not make sense to the resource compiler. Try swapping it for SUBLANG_NEUTRAL.

Faling that, try a number. Ideally one of the sublangs of lang = 9.

Andy

PS I don't have VC++ on this netbook, so can't check my facts.
Last edited on Jan 24, 2012 at 10:03pm
Jan 24, 2012 at 10:31pm
I just used another path to the includes (Visual SDK) and it's working now :P
Topic archived. No new replies allowed.