Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
paylaşım için teşekkürler.
ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeShopEXTable()':
ClientManagerBoot.cpp:455:4: error: 'memset' is not a member of 'std'
std::memset(shop_table, 0, sizeof(TShopTable));
^
ClientManagerBoot.cpp:455:4: note: suggested alternative:
In file included from ../../libthecore/include/stdafx.h:89:0,
from stdafx.h:4,
from ClientManagerBoot.cpp:3:
/usr/include/string.h:67:7: note: 'memset'
void *memset(void *, int, size_t);
^
ClientManagerBoot.cpp:462:3: error: 'memcpy' is not a member of 'std'
std::memcpy(shop_table->szShopName, data[col++], sizeof(shop_table->szShopName));
^
ClientManagerBoot.cpp:462:3: note: suggested alternative:
In file included from ../../libthecore/include/stdafx.h:89:0,
from stdafx.h:4,
from ClientManagerBoot.cpp:3:
/usr/include/string.h:62:7: note: 'memcpy'
void *memcpy(void * __restrict, const void * __restrict, size_t);
^
ClientManagerBoot.cpp:489:3: error: 'memcpy' is not a member of 'std'
std::memcpy((m_pShopEXTable + i), it->second, sizeof(TShopTable));
^
ClientManagerBoot.cpp:489:3: note: suggested alternative:
In file included from ../../libthecore/include/stdafx.h:89:0,
from stdafx.h:4,
from ClientManagerBoot.cpp:3:
/usr/include/string.h:62:7: note: 'memcpy'
void *memcpy(void * __restrict, const void * __restrict, size_t);
^
GCC 4.9
ClientManagerBoot.cpp:455:4: error: 'memset' is not a member of 'std'
std::memset(shop_table, 0, sizeof(TShopTable));
^
ClientManagerBoot.cpp:455:4: note: suggested alternative:
In file included from ../../libthecore/include/stdafx.h:89:0,
from stdafx.h:4,
from ClientManagerBoot.cpp:3:
/usr/include/string.h:67:7: note: 'memset'
void *memset(void *, int, size_t);
^
ClientManagerBoot.cpp:462:3: error: 'memcpy' is not a member of 'std'
std::memcpy(shop_table->szShopName, data[col++], sizeof(shop_table->szShopName));
^
ClientManagerBoot.cpp:462:3: note: suggested alternative:
In file included from ../../libthecore/include/stdafx.h:89:0,
from stdafx.h:4,
from ClientManagerBoot.cpp:3:
/usr/include/string.h:62:7: note: 'memcpy'
void *memcpy(void * __restrict, const void * __restrict, size_t);
^
ClientManagerBoot.cpp:489:3: error: 'memcpy' is not a member of 'std'
std::memcpy((m_pShopEXTable + i), it->second, sizeof(TShopTable));
^
ClientManagerBoot.cpp:489:3: note: suggested alternative:
In file included from ../../libthecore/include/stdafx.h:89:0,
from stdafx.h:4,
from ClientManagerBoot.cpp:3:
/usr/include/string.h:62:7: note: 'memcpy'
void *memcpy(void * __restrict, const void * __restrict, size_t);
^
GCC 4.9
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 27
- Görüntüleme
- 1K
- Cevaplar
- 9
- Görüntüleme
- 612
- Cevaplar
- 7
- Görüntüleme
- 585
- Cevaplar
- 13
- Görüntüleme
- 1K