Windows 8 hat leider keine Option dafür ^^
Jemand eine Idee wie ich dies Weg Bekomme ?
Code:
error C2360: initialization of 'pWndStatic' is skipped by 'case' label
Ich habe es so Versucht:
Code:
case WIDC_BUTTON: // Mercenary
CWndStatic* pWndStatic = (CWndStatic*)GetDlgItem( WIDC_STATIC68 );
pWndStatic->SetTitle("Mercenary");
m_Player.m_byJob = JOB_MERCENARY;
break;
Mit Freundlichen Grüßen,
- Kevin