- Joined
- Sep 6, 2023
- Messages
- 11
- Reaction score
- 82
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Last edited:
You must use the programwhat difference of yes and no rcc? its like rcc read file and non rcc?
Error 1 error LNK2019: unresolved external symbol "void __cdecl CCrypt::Encryption(unsigned char *,int)" (?Encryption@CCrypt@@YAXPAEH@Z) referenced in function "public: int __thiscall CCryptionRCCDlg::FileEncryption(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?FileEncryption@CCryptionRCCDlg@@QAEHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) CryptionRCCDlg.obj CryptionRCCTo view the content, you need to sign in or register
can continue development
To view the content, you need to sign in or register
View attachment 251525
bump same probError 1 error LNK2019: unresolved external symbol "void __cdecl CCrypt::Encryption(unsigned char *,int)" (?Encryption@CCrypt@@YAXPAEH@Z) referenced in function "public: int __thiscall CCryptionRCCDlg::FileEncryption(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?FileEncryption@CCryptionRCCDlg@@QAEHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) CryptionRCCDlg.obj CryptionRCC
how to fix this?
Add Crypt.h and Crypt.cpp to the Project (IDE)Error 1 error LNK2019: unresolved external symbol "void __cdecl CCrypt::Encryption(unsigned char *,int)" (?Encryption@CCrypt@@YAXPAEH@Z) referenced in function "public: int __thiscall CCryptionRCCDlg::FileEncryption(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?FileEncryption@CCryptionRCCDlg@@QAEHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) CryptionRCCDlg.obj CryptionRCC
how to fix this?
already add file crypt.h and crypt.cpp inside sigmacore but same problem. did you fix this error?Error 1 error LNK2019: unresolved external symbol "void __cdecl CCrypt::Encryption(unsigned char *,int)" (?Encryption@CCrypt@@YAXPAEH@Z) referenced in function "public: int __thiscall CCryptionRCCDlg::FileEncryption(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?FileEncryption@CCryptionRCCDlg@@QAEHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) CryptionRCCDlg.obj CryptionRCC
how to fix this?
Try to check the Dependencies of the projectalready add file crypt.h and crypt.cpp inside sigmacore but same problem. did you fix this error?
can you share how to compile cryption rcc? im encountering this error
can you share how to compile cryption rcc? im encountering this error
Error 1 error LNK2019: unresolved external symbol "void __cdecl CCrypt::Encryption(unsigned char *,int)" (?Encryption@CCrypt@@YAXPAEH@Z) referenced in function "public: int __thiscall CCryptionRCCDlg::FileEncryption(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?FileEncryption@CCryptionRCCDlg@@QAEHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) CryptionRCCDlg.obj CryptionRCC
hello bro Merry Christmas, in your gameintext.xml , gameextext_gs.xml etc. just putanyone to fix this error im using 2016 rangs file
<SENTENSE Ver="1" Id="MAP_270_0">
<VALUE Lang="GS">St.Power Plant B</VALUE>
</SENTENSE>
Thanks btw already fixhello bro Merry Christmas, in your gameintext.xml , gameextext_gs.xml etc. just put
or in short the name of the map under map id 270,0XML:<SENTENSE Ver="1" Id="MAP_270_0"> <VALUE Lang="GS">St.Power Plant B</VALUE> </SENTENSE>
i already add that and crypt.cpp crypt.h on project but this error occur how to fix this im using vs 2008To view the content, you need to sign in or register
also you can fix that by adding the CryptionRCC Dependencies in yourproject
can i see you cryptionRCC dependencies in your project?i already add that and crypt.cpp crypt.h on project but this error occur how to fix this im using vs 2008