danke auf jeden fall für den hinweis.....ich werd mich heute abend noch mal ran setzen und mal ne runde suchen....4 augen sehen ja eh mehr

bis denne und nochmal danke fürs suchen.
'emule.exe': 'C:WindowsSystem32psapi.dll' entladen
Memory usage:
0 bytes in 0 Free Blocks.
65651 bytes in 529 Normal Blocks.
9457 bytes in 129 CRT Blocks.
0 bytes in 0 Ignore Blocks.
45592 bytes in 40 Client Blocks.
Largest number used: 20008161 bytes.
Total allocations: 261901818 bytes.
'emule.exe': 'C:WindowsSystem32ExplorerFrame.dll' entladen
// X-Ray :: KeepA4AFInfos :: Start
/*
delete[] m_abyPartStatus;
*/
uint8* thisAbyPartStatus;
if(m_PartStatus_list.Lookup(reqfile, thisAbyPartStatus))
{
delete[] thisAbyPartStatus;
m_PartStatus_list.RemoveKey(reqfile);
}
// X-Ray :: KeepA4AFInfos :: End
// X-Ray :: KeepA4AFInfos :: Start
/*
m_abyPartStatus = new uint8[m_nPartCount];
memset(m_abyPartStatus, 1, m_nPartCount);
*/
if (m_abyPartStatus == NULL)
{
m_abyPartStatus = new uint8[m_nPartCount];
m_PartStatus_list.SetAt(reqfile, m_abyPartStatus);
}
memset(m_abyPartStatus, SC_AVAILABLE, m_nPartCount);
// X-Ray :: KeepA4AFInfos :: End
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
lauter solcher meldungen....ich werde noch wahnsinnig hier...geht das irgendwie aus noch anders oder was muss ich verändern? derzeit hab ichs nur in den cpp's drin...1>c:codingemule modsx-raylocalcryptoppzlib.cpp(16) : error C2370: 'THIS_FILE': Neudefinition; unterschiedliche Speicherklassen
1>c:codingemule modsx-raylocalcryptoppzinflate.cpp(599) : error C2065: 'DEBUG_NEW': nichtdeklarierter Bezeichner
Mitglieder: Bing [Bot]