mavzermete 1
mavzermete
Psych0SoociaL 1
Psych0SoociaL
Hikaye Ekle

rubinum2 full

  • Konuyu başlatan Konuyu başlatan Geanina Si Adelin
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 108
  • Görüntüleme Görüntüleme 25K
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

yoooo link çatır çatır çalışıyoo
 
Anyone know how to fix this: on src client build?
19> Creating library ..\..\..\client\rbclient.lib and object ..\..\..\client\rbclient.exp
19>LIBCMT.lib(initializers.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
19>cryptlib.lib(sha.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::SHA1_HashMultipleBlocks_SHANI(unsigned int *,unsigned int const *,unsigned int,enum CryptoPP::ByteOrder)" (?SHA1_HashMultipleBlocks_SHANI@CryptoPP@@YAXPAIPBIIW4ByteOrder@1@@Z)
19>cryptlib.lib(sha.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::SHA256_HashMultipleBlocks_SHANI(unsigned int *,unsigned int const *,unsigned int,enum CryptoPP::ByteOrder)" (?SHA256_HashMultipleBlocks_SHANI@CryptoPP@@YAXPAIPBIIW4ByteOrder@1@@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::Rijndael_UncheckedSetKey_SSE4_AESNI(unsigned char const *,unsigned int,unsigned int *,unsigned int)" (?Rijndael_UncheckedSetKey_SSE4_AESNI@CryptoPP@@YAXPBEIPAII@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::Rijndael_UncheckedSetKeyRev_AESNI(unsigned int *,unsigned int)" (?Rijndael_UncheckedSetKeyRev_AESNI@CryptoPP@@YAXPAII@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "unsigned int __cdecl CryptoPP::Rijndael_Enc_AdvancedProcessBlocks_AESNI(unsigned int const *,unsigned int,unsigned char const *,unsigned char const *,unsigned char *,unsigned int,unsigned int)" (?Rijndael_Enc_AdvancedProcessBlocks_AESNI@CryptoPP@@YAIPBIIPBE1PAEII@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "unsigned int __cdecl CryptoPP::Rijndael_Dec_AdvancedProcessBlocks_AESNI(unsigned int const *,unsigned int,unsigned char const *,unsigned char const *,unsigned char *,unsigned int,unsigned int)" (?Rijndael_Dec_AdvancedProcessBlocks_AESNI@CryptoPP@@YAIPBIIPBE1PAEII@Z)
19>cryptlib.lib(crc.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::CRC32C_Update_SSE42(unsigned char const *,unsigned int,unsigned int &)" (?CRC32C_Update_SSE42@CryptoPP@@YAXPBEIAAI@Z)
19>..\..\..\client\rbclient.exe : fatal error LNK1120: 7 unresolved externals
========== Build: 18 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Anyone know how to fix this: on src client build?
19> Creating library ..\..\..\client\rbclient.lib and object ..\..\..\client\rbclient.exp
19>LIBCMT.lib(initializers.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
19>cryptlib.lib(sha.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::SHA1_HashMultipleBlocks_SHANI(unsigned int *,unsigned int const *,unsigned int,enum CryptoPP::ByteOrder)" (?SHA1_HashMultipleBlocks_SHANI@CryptoPP@@YAXPAIPBIIW4ByteOrder@1@@Z)
19>cryptlib.lib(sha.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::SHA256_HashMultipleBlocks_SHANI(unsigned int *,unsigned int const *,unsigned int,enum CryptoPP::ByteOrder)" (?SHA256_HashMultipleBlocks_SHANI@CryptoPP@@YAXPAIPBIIW4ByteOrder@1@@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::Rijndael_UncheckedSetKey_SSE4_AESNI(unsigned char const *,unsigned int,unsigned int *,unsigned int)" (?Rijndael_UncheckedSetKey_SSE4_AESNI@CryptoPP@@YAXPBEIPAII@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::Rijndael_UncheckedSetKeyRev_AESNI(unsigned int *,unsigned int)" (?Rijndael_UncheckedSetKeyRev_AESNI@CryptoPP@@YAXPAII@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "unsigned int __cdecl CryptoPP::Rijndael_Enc_AdvancedProcessBlocks_AESNI(unsigned int const *,unsigned int,unsigned char const *,unsigned char const *,unsigned char *,unsigned int,unsigned int)" (?Rijndael_Enc_AdvancedProcessBlocks_AESNI@CryptoPP@@YAIPBIIPBE1PAEII@Z)
19>cryptlib.lib(rijndael.obj) : error LNK2001: unresolved external symbol "unsigned int __cdecl CryptoPP::Rijndael_Dec_AdvancedProcessBlocks_AESNI(unsigned int const *,unsigned int,unsigned char const *,unsigned char const *,unsigned char *,unsigned int,unsigned int)" (?Rijndael_Dec_AdvancedProcessBlocks_AESNI@CryptoPP@@YAIPBIIPBE1PAEII@Z)
19>cryptlib.lib(crc.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::CRC32C_Update_SSE42(unsigned char const *,unsigned int,unsigned int &)" (?CRC32C_Update_SSE42@CryptoPP@@YAXPBEIAAI@Z)
19>..\..\..\client\rbclient.exe : fatal error LNK1120: 7 unresolved externals
========== Build: 18 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
you used 2015 Visual studio pls
 
Bu kaynak kodları kullanan şuan rubinum harici 2 yada yanlış bilmiyorsam 1 adet oyun sunucusu mevcut. Oyun içi herhangi bir sorun yaşamamışlar ama bu files sorunsuz olcak diye birşey yok. Emin olun warez edilen büyük gözüyle bakılan dosyalar hatalı şekilde sunulur vede bu paylaşılan kişi tarafından yapılır. Görünen hatalar sorun denmiyecek hatalar, aklını çalıştıran kullabilir alt yapı olarak. Kodlardan fikir edinebilir ve kendi çalışmalarınızı yapabilirsiniz (Geliştirme, düzenleme,fix vs...)
Teşekkürler iyi forumlar..

{İlerde sorun çıkmayacak anlamına gelmez tüm dosyalar gözden geçmeli!!};)
Katılıyorum.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Benzer konular

Geri
Üst