Can anyone help me with this????????

fad fawadshah1 at gmail.com
Tue Oct 31 23:23:51 PST 2006


I got the source code of a program, built in vc++.net 2003.  I want to
compile that program in vc6. The problem is that, the source code does
not have a .dsp and .dsw files.  It has a .vcproj file and one
ASN1Decoder_D.lib file.
   What I do is, open the main.cpp file, and try to compile it. I
include the ASN1Decoder_D.lib in my project. I get the following
linking errors.


ASN1Decoder_D.lib(ASNUtil.obj) : error LNK2001: unresolved external
symbol __RTC_Shutdown
ASN1Decoder_D.lib(ASNTagItem.obj) : error LNK2001: unresolved external
symbol __RTC_Shutdown
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol __RTC_Shutdown
ASN1Decoder_D.lib(ASNCollective.obj) : error LNK2001: unresolved
external symbol __RTC_Shutdown
ASN1Decoder_D.lib(ASNTagAssign.obj) : error LNK2001: unresolved
external symbol __RTC_Shutdown
ASN1Decoder_D.lib(BERDecoder.obj) : error LNK2001: unresolved external
symbol __RTC_Shutdown
ASN1Decoder_D.lib(ASNUtil.obj) : error LNK2001: unresolved external
symbol __RTC_InitBase
ASN1Decoder_D.lib(ASNTagItem.obj) : error LNK2001: unresolved external
symbol __RTC_InitBase
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol __RTC_InitBase
ASN1Decoder_D.lib(ASNCollective.obj) : error LNK2001: unresolved
external symbol __RTC_InitBase
ASN1Decoder_D.lib(ASNTagAssign.obj) : error LNK2001: unresolved
external symbol __RTC_InitBase
ASN1Decoder_D.lib(BERDecoder.obj) : error LNK2001: unresolved external
symbol __RTC_InitBase
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "void __cdecl operator delete[](void *)"
(??_V at YAXPAX@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "void * __cdecl operator new[](unsigned int)"
(??_U at YAPAXI@Z)
ASN1Decoder_D.lib(ASNUtil.obj) : error LNK2001: unresolved external
symbol __RTC_CheckEsp
ASN1Decoder_D.lib(ASNTagItem.obj) : error LNK2001: unresolved external
symbol __RTC_CheckEsp
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol __RTC_CheckEsp
ASN1Decoder_D.lib(ASNCollective.obj) : error LNK2001: unresolved
external symbol __RTC_CheckEsp
ASN1Decoder_D.lib(ASNTagAssign.obj) : error LNK2001: unresolved
external symbol __RTC_CheckEsp
ASN1Decoder_D.lib(BERDecoder.obj) : error LNK2001: unresolved external
symbol __RTC_CheckEsp
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol ___security_cookie
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol @_RTC_CheckStackVars at 8
ASN1Decoder_D.lib(ASNCollective.obj) : error LNK2001: unresolved
external symbol @_RTC_CheckStackVars at 8
ASN1Decoder_D.lib(BERDecoder.obj) : error LNK2001: unresolved external
symbol @_RTC_CheckStackVars at 8
ASN1Decoder_D.lib(ASNTagItem.obj) : error LNK2001: unresolved external
symbol @_RTC_CheckStackVars at 8
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct std::char_traits
<char>,class std::allocator<char> >(char const *)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at PBD@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct std::char_traits
<char>,class std::allocator<char> >(unsigned int,char)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at ID@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<unsigned short,struct std::char_traits<unsigned
short>,class std::allocator<unsigned short> >::basic_strin
g<unsigned short,struct std::char_traits<unsigned short>,class
std::allocator<unsigned short> >(unsigned short const *)"
(__imp_??0?$basic_string at GU?$char_traits at G@std@@V?$allocator at G@2@@std@@QAE at PBG@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<unsigned short,struct std::char_traits<unsigned
short>,class std::allocator<unsigned short> >::basic_strin
g<unsigned short,struct std::char_traits<unsigned short>,class
std::allocator<unsigned short> >(unsigned int,unsigned short)"
(__imp_??0?$basic_string at GU?$char_traits at G@std@@V?$allocator at G@2@@std@@QAE at IG@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: bool __thiscall
std::basic_istream<char,struct std::char_traits<char> >::_Ipfx(bool)"
(__imp_?_Ipfx@?$basic_istream at DU?$char_traits at D@s
td@@@std@@QAE_N_N at Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::basic_streambuf<char,struct std::char_traits<char>
>::_Unlock(void)" (__imp_?_Unlock@?$basic_streambuf at DU?$char_tr
aits at D@std@@@std@@QAEXXZ)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)"
(__imp_?_Lock@?$basic_streambuf at DU?$char_traits
@D at std@@@std@@QAEXXZ)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::locale::facet::_Register(void)"
(__imp_?_Register at facet@locale at std@@QAEXXZ)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: __thiscall
bad_cast::bad_cast(char const *)" (__imp_??0bad_cast@@QAE at PBD@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static unsigned int
__cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *)"
(__imp_?_Getcat@?$ctype at D@std@@SAIPAPBVfacet
@locale at 2@@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: class std::locale::facet
const * __thiscall std::locale::_Getfacet(unsigned int)const "
(__imp_?_Getfacet at locale@std@@QBEPBVfacet at 12@I@
Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::_Lockit::_Lockit(int)" (__imp_??0_Lockit at std@@QAE at H@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)"
(__imp_?_Osfx@?$basic_ostream at DU?$char_traits at D@s
td@@@std@@QAEXXZ)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: bool __thiscall
std::basic_istream<unsigned short,struct std::char_traits<unsigned
short> >::_Ipfx(bool)" (__imp_?_Ipfx@?$basic_istream
@GU?$char_traits at G@std@@@std@@QAE_N_N at Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::basic_streambuf<unsigned short,struct std::char_traits<unsigned
short> >::_Unlock(void)" (__imp_?_Unlock@?$basic_s
treambuf at GU?$char_traits at G@std@@@std@@QAEXXZ)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::basic_streambuf<unsigned short,struct std::char_traits<unsigned
short> >::_Lock(void)" (__imp_?_Lock@?$basic_strea
mbuf at GU?$char_traits at G@std@@@std@@QAEXXZ)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: static unsigned int
__cdecl std::ctype<unsigned short>::_Getcat(class std::locale::facet
const * *)" (__imp_?_Getcat@?$ctype at G@std@@SAI
PAPBVfacet at locale@2@@Z)
ASN1Decoder_D.lib(BERTagContainer.obj) : error LNK2001: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::basic_ostream<unsigned short,struct std::char_traits<unsigned
short> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream
@GU?$char_traits at G@std@@@std@@QAEXXZ)


I am not able to remove these errors, can anyone help me????????







More information about the wx-users mailing list