defenderH2O
Grünschnabel
so :
Code:
int iIndex = m_pImgLst.Add(AfxGetApp()->LoadIcon(IDI_CONNECTIONS_ICON));
TempDC.DrawIcon(CPoint( 0,3),m_pImgLst.ExtractIcon(iIndex));
int iIndex = m_pImgLst.Add(AfxGetApp()->LoadIcon(IDI_DOWNLOAD2_ICON));
TempDC.DrawIcon(CPoint( 32,3),m_pImgLst.ExtractIcon(iIndex));
int iIndex = m_pImgLst.Add(AfxGetApp()->LoadIcon(IDI_UPLOAD2_ICON));
TempDC.DrawIcon(CPoint( 64,3),m_pImgLst.ExtractIcon(iIndex));
int iIndex = m_pImgLst.Add(AfxGetApp()->LoadIcon(IDI_SEARCH_ICON));
TempDC.DrawIcon(CPoint( 96,3),m_pImgLst.ExtractIcon(iIndex));
int iIndex = m_pImgLst.Add(AfxGetApp()->LoadIcon(IDI_SHARED_FILES_ICON));
TempDC.DrawIcon(CPoint( 128,3),m_pImgLst.ExtractIcon(iIndex));
int iIndex = m_pImgLst.Add(AfxGetApp()->LoadIcon(IDI_PREFERENCES_ICON));
TempDC.DrawIcon(CPoint( 160,3),m_pImgLst.ExtractIcon(iIndex));
ToolBarCtrl.cpp(104): error C2374: 'iIndex': Neudefinition; Mehrfachinitialisierung
ToolBarCtrl.cpp(95): Siehe Deklaration von 'iIndex'
ToolBarCtrl.cpp(98): error C2374: 'iIndex': Neudefinition; Mehrfachinitialisierung
\MuleToolBarCtrl.cpp(99): error C3861: 'iIndex': Bezeichner wurde auch mit einer argumentbezogenen Suche nicht gefunden
ToolBarCtrl.cpp(101): error C2374: 'iIndex': Neudefinition; Mehrfachinitialisierung
ToolBarCtrl.cpp(95): Siehe Deklaration von 'iIndex'
ToolBarCtrl.cpp(102): error C3861: 'iIndex': Bezeichner wurde auch mit einer argumentbezogenen Suche nicht gefunden
ToolBarCtrl.cpp(105): error C3861: 'iIndex': Bezeichner wurde auch mit einer argumentbezogenen Suche nicht gefunden
ToolBarCtrl.cpp(107): error C2374: 'iIndex': Neudefinition; Mehrfachinitialisierung
ToolBarCtrl.cpp(95): Siehe Deklaration von 'iIndex'
ToolBarCtrl.cpp(108): error C3861: 'iIndex': Bezeichner wurde auch mit einer argumentbezogenen Suche nicht gefunden
ToolBarCtrl.cpp(110): error C2374: 'iIndex': Neudefinition; Mehrfachinitialisierung
ToolBarCtrl.cpp(95): Siehe Deklaration von 'iIndex'
ToolBarCtrl.cpp(111): error C3861: 'iIndex': Bezeichner wurde auch mit einer argumentbezogenen Suche nicht gefunden
_guidlg.cpp(823): error C4716: 'CMUTEMFC2Dlg::OnCommand': Muss einen Wert zurückgeben