Hello
When i add a new dialog to my source, in the background RadASM2 creates a projectNameDlg.rc file in RES directory. And adds this line:
FONT 8,"MS Sans Serif",400,0
But when i compile with "400", the dialog opens "extra large"
however the line should be like this:
FONT 8,"MS Sans Serif",0,0
Does this also happen to you?
Or i am missing some kind of setting?
I want that line initialized with ",0,0" when i create a dialog?