- Katılım
- 2 Şub 2015
- Konular
- 230
- Mesajlar
- 2,000
- Online süresi
- 3ay 24g
- Reaksiyon Skoru
- 1,027
- Altın Konu
- 0
- Başarım Puanı
- 276
- TM Yaşı
- 11 Yıl 2 Ay 19 Gün
- MmoLira
- 5,466
- DevLira
- 31
Metin2 EP, Valorant VP dahil tüm oyun ürünlerini en uygun fiyatlarla bulabilir, Item ve Karakterlerinizi hızlıca satabilirsiniz. HEMEN TIKLA!
Error 3 error LNK2001: unresolved external symbol "public: bool __thiscall CPythonNetworkStream::SendExchangeChequeAddPacket(unsigned char)" (?SendExchangeChequeAddPacket@CPythonNetworkStream@@QAE_NE@Z) D:\source_client_vertia_29_11_2016\client\UserInterface\PythonNetworkStreamModule.obj UserInterface
Error 4 error LNK1120: 1 unresolved externals D:\source_client_vertia_29_11_2016\client\bin\metin2client.exe UserInterface
screen error:Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
PythonNetworkStreamModule.cpp:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
PythonNetworkStream.h:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
PythonNetworkStreamPhaseGame.cpp
Find: bool CPythonNetworkStream::SendExchangeElkAddPacket(DWORD elk)
Add After:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Katılım
- 6 May 2016
- Konular
- 1
- Mesajlar
- 65
- Online süresi
- 3g 38756s
- Reaksiyon Skoru
- 2
- Altın Konu
- 0
- Başarım Puanı
- 64
- TM Yaşı
- 9 Yıl 11 Ay 20 Gün
- MmoLira
- 570
- DevLira
- 0
Hy Turkmmo pls help my
char.cpp
this function whathis problem?
for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
{
#ifdef ENABLE_CHEQUE_SYSTEM
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].price.dwPrice = it->second.dwPrice;
header.aPriceInfo[idx].price.byChequePrice = it->second.byChequePrice;
#else
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].dwPrice = it->second;
#endif
idx++;
}
compiling error whit this:
char.cpp:803: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:803: error: 'idx' was not declared in this scope
char.cpp:804: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:805: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
pls help thanks!
char.cpp
this function whathis problem?
for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
{
#ifdef ENABLE_CHEQUE_SYSTEM
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].price.dwPrice = it->second.dwPrice;
header.aPriceInfo[idx].price.byChequePrice = it->second.byChequePrice;
#else
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].dwPrice = it->second;
#endif
idx++;
}
compiling error whit this:
char.cpp:803: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:803: error: 'idx' was not declared in this scope
char.cpp:804: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:805: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
pls help thanks!
- Katılım
- 2 Şub 2015
- Konular
- 230
- Mesajlar
- 2,000
- Online süresi
- 3ay 24g
- Reaksiyon Skoru
- 1,027
- Altın Konu
- 0
- Başarım Puanı
- 276
- TM Yaşı
- 11 Yıl 2 Ay 19 Gün
- MmoLira
- 5,466
- DevLira
- 31
Hy Turkmmo pls help my
char.cpp
this function whathis problem?
for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
{
#ifdef ENABLE_CHEQUE_SYSTEM
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].price.dwPrice = it->second.dwPrice;
header.aPriceInfo[idx].price.byChequePrice = it->second.byChequePrice;
#else
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].dwPrice = it->second;
#endif
idx++;
}
compiling error whit this:
char.cpp:803: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:803: error: 'idx' was not declared in this scope
char.cpp:804: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:805: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
pls help thanks!
char.cpp
aratılır: for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
değiştirilir:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Katılım
- 13 Ocak 2017
- Konular
- 76
- Mesajlar
- 818
- Reaksiyon Skoru
- 279
- Altın Konu
- 0
- Başarım Puanı
- 180
- TM Yaşı
- 9 Yıl 3 Ay 8 Gün
- MmoLira
- 599
- DevLira
- 0
forumda bir önceki won sistemi offlineshop uyarlıydı sanırım ona bakarak bunda uyarlama yapabilir yapamayan arkadaşlar
- Katılım
- 6 May 2016
- Konular
- 1
- Mesajlar
- 65
- Online süresi
- 3g 38756s
- Reaksiyon Skoru
- 2
- Altın Konu
- 0
- Başarım Puanı
- 64
- TM Yaşı
- 9 Yıl 11 Ay 20 Gün
- MmoLira
- 570
- DevLira
- 0
0406 21:30:45255 :: Traceback (most recent call last):
0406 21:30:45255 :: File "ui.py", line 2209, in OnOverInItem
0406 21:30:45255 :: File "ui.py", line 156, in __call__
0406 21:30:45255 :: File "ui.py", line 147, in __call__
0406 21:30:45256 :: File "uiShop.py", line 454, in OverInItem
0406 21:30:45256 :: File "uiToolTip.py", line 648, in SetShopItem
0406 21:30:45257 :: AttributeError
0406 21:30:45257 :: :
0406 21:30:45257 :: 'ItemToolTip' object has no attribute 'AppendSellInfoText'
0406 21:30:45257 ::
pls help thanks!
0406 21:30:45255 :: File "ui.py", line 2209, in OnOverInItem
0406 21:30:45255 :: File "ui.py", line 156, in __call__
0406 21:30:45255 :: File "ui.py", line 147, in __call__
0406 21:30:45256 :: File "uiShop.py", line 454, in OverInItem
0406 21:30:45256 :: File "uiToolTip.py", line 648, in SetShopItem
0406 21:30:45257 :: AttributeError
0406 21:30:45257 :: :
0406 21:30:45257 :: 'ItemToolTip' object has no attribute 'AppendSellInfoText'
0406 21:30:45257 ::
pls help thanks!
Şu an konuyu görüntüleyenler (Toplam : 1, Üye: 0, Misafir: 1)
Benzer konular
- Cevaplar
- 2
- Görüntüleme
- 157
- Cevaplar
- 107
- Görüntüleme
- 12K
- Cevaplar
- 17
- Görüntüleme
- 1K
- Cevaplar
- 0
- Görüntüleme
- 126
- Cevaplar
- 4
- Görüntüleme
- 189



