?? ts.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ts - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "G:\DOCUME~1\Owner\LOCALS~1\Temp\RSPE6.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ts.pdb" /debug /machine:I386 /out:"Debug/ts.exe" /pdbtype:sept
".\Debug\ts.obj"
".\Debug\Bignum.obj"
]
Creating command line "link.exe @G:\DOCUME~1\Owner\LOCALS~1\Temp\RSPE6.tmp"
<h3>Output Window</h3>
Linking...
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::CBigNum(void)" (??0CBigNum@@QAE@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::CBigNum(unsigned int)" (??0CBigNum@@QAE@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: virtual __thiscall CBigNum::~CBigNum(void)" (??1CBigNum@@UAE@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::CBigNum(char const *)" (??0CBigNum@@QAE@PBD@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator=(char const *)" (??4CBigNum@@QAEAAV0@PBD@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator+=(class CBigNum const &)" (??YCBigNum@@QAEAAV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator=(unsigned int)" (??4CBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "private: void __thiscall CBigNum::HandleCarry(void)" (?HandleCarry@CBigNum@@AAEXXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: void __thiscall CBigNum::Resize(unsigned int)" (?Resize@CBigNum@@QAEXI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator>>=(unsigned int)" (??_2CBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator<<=(unsigned int)" (??_3CBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator<<(unsigned int)const " (??6CBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator>>(unsigned int)const " (??5CBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::operator bool(void)const " (??BCBigNum@@QBE_NXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator&=(class CBigNum)" (??_4CBigNum@@QAEAAV0@V0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: unsigned int __thiscall CBigNum::operator&(unsigned int)" (??ICBigNum@@QAEII@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator=(class CBigNum)" (??4CBigNum@@QAEAAV0@V0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::Pow(unsigned int)const " (?Pow@CBigNum@@QBE?AV1@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::PowMod(class CBigNum,class CBigNum const &,long)const " (?PowMod@CBigNum@@QBE?AV1@V1@ABV1@J@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator==(unsigned int)const " (??8CBigNum@@QBE_NI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator!=(unsigned int)const " (??9CBigNum@@QBE_NI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator*(class CBigNum const &)const " (??DCBigNum@@QBE?AV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator*=(class CBigNum const &)" (??XCBigNum@@QAEAAV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator*(unsigned int)const " (??DCBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::CBigNum(class CBigNum const &)" (??0CBigNum@@QAE@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator*=(unsigned int)" (??XCBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNumString::CBigNumString(void)" (??0CBigNumString@@QAE@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNumString::~CBigNumString(void)" (??1CBigNumString@@QAE@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: void __thiscall CBigNumString::Realloc(unsigned int)" (?Realloc@CBigNumString@@QAEXI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNumString::CBigNumString(class CBigNumString const &)" (??0CBigNumString@@QAE@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNumString::operator char const *(void)const " (??BCBigNumString@@QBEPBDXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: static class CBigNum __cdecl CBigNum::FromByteString(char const *,unsigned int)" (?FromByteString@CBigNum@@SA?AV1@PBDI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: static class CBigNum __cdecl CBigNum::FromHexString(char const *)" (?FromHexString@CBigNum@@SA?AV1@PBD@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: static class CBigNum __cdecl CBigNum::FromBase64String(char const *)" (?FromBase64String@CBigNum@@SA?AV1@PBD@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNumString __thiscall CBigNum::ToByteString(bool)const " (?ToByteString@CBigNum@@QBE?AVCBigNumString@@_N@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNumString __thiscall CBigNum::ToHexString(void)const " (?ToHexString@CBigNum@@QBE?AVCBigNumString@@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator-=(class CBigNum const &)" (??ZCBigNum@@QAEAAV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator-=(unsigned int)" (??ZCBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator/(class CBigNum const &)const " (??KCBigNum@@QBE?AV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator/=(class CBigNum const &)" (??_0CBigNum@@QAEAAV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator/(unsigned int)const " (??KCBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator/=(unsigned int)" (??_0CBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator%(class CBigNum const &)const " (??LCBigNum@@QBE?AV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: unsigned int __thiscall CBigNum::operator%(unsigned int)const " (??LCBigNum@@QBEII@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator%=(class CBigNum const &)" (??_1CBigNum@@QAEAAV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: unsigned int __thiscall CBigNum::operator%=(unsigned int)" (??_1CBigNum@@QAEII@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator<(class CBigNum const &)const " (??MCBigNum@@QBE_NABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator<=(class CBigNum const &)const " (??NCBigNum@@QBE_NABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator==(class CBigNum const &)const " (??8CBigNum@@QBE_NABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator!=(class CBigNum const &)const " (??9CBigNum@@QBE_NABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator>(class CBigNum const &)const " (??OCBigNum@@QBE_NABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator>=(class CBigNum const &)const " (??PCBigNum@@QBE_NABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator<(unsigned int)const " (??MCBigNum@@QBE_NI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator<=(unsigned int)const " (??NCBigNum@@QBE_NI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator>(unsigned int)const " (??OCBigNum@@QBE_NI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: bool __thiscall CBigNum::operator>=(unsigned int)const " (??PCBigNum@@QBE_NI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator|=(class CBigNum const &)" (??_5CBigNum@@QAEAAV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator|(class CBigNum const &)const " (??UCBigNum@@QBE?AV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum & __thiscall CBigNum::operator|=(unsigned int)" (??_5CBigNum@@QAEAAV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator|(unsigned int)const " (??UCBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::operator class CBigNumString(void)const " (??BCBigNum@@QBE?AVCBigNumString@@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: char & __thiscall CBigNumString::operator[](unsigned int)" (??ACBigNumString@@QAEAADI@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: __thiscall CBigNum::operator char const *(void)const " (??BCBigNum@@QBEPBDXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNumString const & __thiscall CBigNumString::operator=(class CBigNumString)" (??4CBigNumString@@QAEABV0@V0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::factorial(void)const " (?factorial@CBigNum@@QBE?AV1@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator-(unsigned int)const " (??GCBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator+(class CBigNum const &)const " (??HCBigNum@@QBE?AV0@ABV0@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::operator+(unsigned int)const " (??HCBigNum@@QBE?AV0@I@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::sqrt(void)const " (?sqrt@CBigNum@@QBE?AV1@XZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: static class CBigNum __cdecl CBigNum::gcd(class CBigNum const &,class CBigNum const &)" (?gcd@CBigNum@@SA?AV1@ABV1@0@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: static class CBigNum __cdecl CBigNum::lcm(class CBigNum const &,class CBigNum const &)" (?lcm@CBigNum@@SA?AV1@ABV1@0@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: unsigned int __thiscall CBigNum::log10(void)const " (?log10@CBigNum@@QBEIXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: unsigned int __thiscall CBigNum::log2(void)const " (?log2@CBigNum@@QBEIXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: class CBigNum __thiscall CBigNum::Inverse(class CBigNum const &)const " (?Inverse@CBigNum@@QBE?AV1@ABV1@@Z) already defined in ts.obj
Bignum.obj : error LNK2005: "public: void __thiscall CBigNum::Reduce(void)" (?Reduce@CBigNum@@QAEXXZ) already defined in ts.obj
Bignum.obj : error LNK2005: "public: static char const * const CBigNum::szBase64" (?szBase64@CBigNum@@2QBDB) already defined in ts.obj
Debug/ts.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
Creating command line "bscmake.exe /nologo /o"Debug/ts.bsc" ".\Debug\ts.sbr" ".\Debug\Bignum.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
ts.exe - 77 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -