Click here to Skip to main content
15,912,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: doubt in Template Pin
Nishad S9-Dec-08 23:57
Nishad S9-Dec-08 23:57 
GeneralRe: doubt in Template Pin
KASR110-Dec-08 0:32
KASR110-Dec-08 0:32 
GeneralRe: doubt in Template Pin
CPallini10-Dec-08 0:27
mveCPallini10-Dec-08 0:27 
GeneralRe: doubt in Template Pin
KASR110-Dec-08 0:30
KASR110-Dec-08 0:30 
QuestionApplication crashes on one user account but works fine on another user account. Pin
V K 29-Dec-08 22:42
V K 29-Dec-08 22:42 
AnswerRe: Application crashes on one user account but works fine on another user account. Pin
ahmad_ali10-Dec-08 6:22
ahmad_ali10-Dec-08 6:22 
QuestionContinued Problems with VS2005 and MFC with Vista Pin
ldsdbomber9-Dec-08 22:41
ldsdbomber9-Dec-08 22:41 
Questionwhat does this error mean? Pin
monsieur_jj9-Dec-08 22:15
monsieur_jj9-Dec-08 22:15 
Hi all,

This only happens on the release version of my project and it does not happen on the debug version. Also I have the same additional dependencies.

SiteCode.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl hash(char *)" (?hash@@YAIPAD@Z) referenced in function "public: int __thiscall CSiteCode::ReportNICInfoMP(int,class CDeviceLocationInformationList &,class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > &,char *)" (?ReportNICInfoMP@CSiteCode@@QAEHHAAVCDeviceLocationInformationList@@AAV?$CStringT@_WV?$StrTraitATL@_WV?$ChTraitsCRT@_W@ATL@@@ATL@@@ATL@@PAD@Z)
1>SiteCode.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl calc_hashnr_new(char const *,unsigned int)" (?calc_hashnr_new@@YAIPBDI@Z) referenced in function "public: int __thiscall CSiteCode::ReportNICInfoMP(int,class CDeviceLocationInformationList &,class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > &,char *)" (?ReportNICInfoMP@CSiteCode@@QAEHHAAVCDeviceLocationInformationList@@AAV?$CStringT@_WV?$StrTraitATL@_WV?$ChTraitsCRT@_W@ATL@@@ATL@@@ATL@@PAD@Z)
1>SiteCode.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl calc_hashnr(char const *,unsigned int)" (?calc_hashnr@@YAIPBDI@Z) referenced in function "public: int __thiscall CSiteCode::ReportNICInfoMP(int,class CDeviceLocationInformationList &,class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > &,char *)" (?ReportNICInfoMP@CSiteCode@@QAEHHAAVCDeviceLocationInformationList@@AAV?$CStringT@_WV?$StrTraitATL@_WV?$ChTraitsCRT@_W@ATL@@@ATL@@@ATL@@PAD@Z)
1>SiteCode.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl hashpjw(char *,unsigned int)" (?hashpjw@@YAKPADI@Z) referenced in function "public: int __thiscall CSiteCode::ReportNICInfoMP(int,class CDeviceLocationInformationList &,class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > &,char *)" (?ReportNICInfoMP@CSiteCode@@QAEHHAAVCDeviceLocationInformationList@@AAV?$CStringT@_WV?$StrTraitATL@_WV?$ChTraitsCRT@_W@ATL@@@ATL@@@ATL@@PAD@Z)
1>SiteCode.obj : error LNK2019: unresolved external symbol "void __cdecl Add2ByteChecksum(unsigned char *)" (?Add2ByteChecksum@@YAXPAE@Z) referenced in function "public: class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > __thiscall CSiteCode::GetMPSiteCode(class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > >)" (?GetMPSiteCode@CSiteCode@@QAE?AV?$CStringT@_WV?$StrTraitATL@_WV?$ChTraitsCRT@_W@ATL@@@ATL@@@ATL@@V23@@Z)
1>SiteCode.obj : error LNK2019: unresolved external symbol "int __cdecl EncryptDecrypt(unsigned char *,unsigned int,unsigned char,unsigned char)" (?EncryptDecrypt@@YAHPAEIEE@Z) referenced in function "public: class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > __thiscall CSiteCode::GetMPSiteCode(class ATL::CStringT<wchar_t,class ATL::StrTraitATL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > >)" (?GetMPSiteCode@CSiteCode@@QAE?AV?$CStringT@_WV?$StrTraitATL@_WV?$ChTraitsCRT@_W@ATL@@@ATL@@@ATL@@V23@@Z)
1>D:\SVN\Licensin System\Work Package\UpdateManager\Release\UpdateService.exe : fatal error LNK1120: 6 unresolved externals


Thanks,
Jonathan
AnswerRe: what does this error mean? Pin
Cedric Moonen9-Dec-08 22:27
Cedric Moonen9-Dec-08 22:27 
QuestionWays to identify a specific computer Pin
Erik9-Dec-08 22:05
Erik9-Dec-08 22:05 
AnswerRe: Ways to identify a specific computer Pin
Graham Bradshaw10-Dec-08 0:07
Graham Bradshaw10-Dec-08 0:07 
AnswerRe: Ways to identify a specific computer Pin
Alan Balkany10-Dec-08 4:30
Alan Balkany10-Dec-08 4:30 
AnswerRe: Ways to identify a specific computer [modified] Pin
cmk10-Dec-08 6:08
cmk10-Dec-08 6:08 
Questionset date to a file name in C++ (DOS) Pin
mehdir219-Dec-08 22:00
mehdir219-Dec-08 22:00 
AnswerRe: set date to a file name in C++ (DOS) Pin
_AnsHUMAN_ 9-Dec-08 22:07
_AnsHUMAN_ 9-Dec-08 22:07 
QuestionVC 5.0 Compile Help Pin
dllmrobinson9-Dec-08 21:54
dllmrobinson9-Dec-08 21:54 
QuestionEnable scrollbar for editbox only if thel ength exceeds [modified] Pin
hariakuthota9-Dec-08 21:22
hariakuthota9-Dec-08 21:22 
QuestionControlling Video Camera Pin
Virex_A9-Dec-08 20:59
Virex_A9-Dec-08 20:59 
AnswerRe: Controlling Video Camera Pin
Code-o-mat9-Dec-08 21:55
Code-o-mat9-Dec-08 21:55 
GeneralRe: Controlling Video Camera Pin
Virex_A10-Dec-08 17:21
Virex_A10-Dec-08 17:21 
GeneralRe: Controlling Video Camera Pin
Code-o-mat11-Dec-08 8:02
Code-o-mat11-Dec-08 8:02 
GeneralRe: Controlling Video Camera Pin
Virex_A11-Dec-08 14:22
Virex_A11-Dec-08 14:22 
GeneralRe: Controlling Video Camera Pin
Code-o-mat12-Dec-08 6:27
Code-o-mat12-Dec-08 6:27 
GeneralRe: Controlling Video Camera Pin
Virex_A14-Dec-08 12:58
Virex_A14-Dec-08 12:58 
GeneralRe: Controlling Video Camera Pin
Virex_A15-Dec-08 15:19
Virex_A15-Dec-08 15:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.