Sucks II
-
using evc3.0/ppc2k2 on win2k system and just finished tracking down what appears to be a bullsh!t issue with the dialog editor mangling my .rc file first, it tried to include a nonexistent "afxres.h" header, then it automatically created a DIALOGEX resource (??) and finally it created an SS_CENTERIMAGE style on a CTEXT resource (nevermind that the docs say it's not supported with text static's). after spending too much time figuring out that DIALOGEX should be DIALOG and SS_CENTERIMAGE should be SS_CENTER and including "winuser.h" instead of "afxres.h", things seem to now work except for one of my text static's being clipped. so is it (a) the tool sucks and i'm stuck manually double-checking and editing my .rc files :wtf:, or (b) have i screwed something up in the tool settings?