Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Link errors when building gtest on Windows using VisualStudio 2005

1,378 views
Skip to first unread message

SteveH

unread,
Sep 18, 2008, 8:23:03 PM9/18/08
to Google C++ Testing Framework
I am getting the following errors. I tried to add the gtest.lib to the
link path but it did not help. Any ideas?

Thanks.


1>------ Build started: Project: gtest_color_test_, Configuration:
Debug Win32 ------
2>------ Build started: Project: gtest_prod_test, Configuration: Debug
Win32 ------
2>gtest_prod_test : warning PRJ0009 : Build log could not be opened
for writing.
2>Make sure that the file is not open by another process and is not
write-protected.
1>Linking...
2>Linking...
1>gtest_color_test_.obj : error LNK2019: unresolved external symbol
"bool __cdecl testing::internal::ShouldUseColor(bool)" (?
ShouldUseColor@internal@testing@@YA_N_N@Z) referenced in function
_main
1>gtest_color_test_.obj : error LNK2019: unresolved external symbol
"void __cdecl testing::InitGoogleTest(int *,char * *)" (?
InitGoogleTest@testing@@YAXPAHPAPAD@Z) referenced in function _main
1>gtest_color_test_.obj : error LNK2019: unresolved external symbol
"public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo *
GTestColorTest_Dummy_Test::test_info_''(void)" (??__E?
test_info_@GTestColorTest_Dummy_Test@@0QAVTestInfo@testing@@A@@YAXXZ)
1>gtest_color_test_.obj : error LNK2019: unresolved external symbol
"protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
GTestColorTest_Dummy_Test::GTestColorTest_Dummy_Test(void)" (??
0GTestColorTest_Dummy_Test@@QAE@XZ)
1>gtest_color_test_.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::SetUp(void)" (?
SetUp@Test@testing@@MAEXXZ)
1>gtest_color_test_.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::TearDown(void)" (?
TearDown@Test@testing@@MAEXXZ)
1>gtest_color_test_.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall
GTestColorTest_Dummy_Test::~GTestColorTest_Dummy_Test(void)" (??
1GTestColorTest_Dummy_Test@@UAE@XZ)
1>Debug/gtest_color_test_.exe : fatal error LNK1120: 7 unresolved
externals
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"public: void __thiscall
testing::internal::AssertHelper::operator=(class testing::Message
const &)const " (??
4AssertHelper@internal@testing@@QBEXABVMessage@2@@Z) referenced in
function "private: virtual void __thiscall
PrivateCodeTest_CanAccessPrivateMembers_Test::TestBody(void)" (?
TestBody@PrivateCodeTest_CanAccessPrivateMembers_Test@@EAEXXZ)
1>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"public: __thiscall testing::internal::AssertHelper::AssertHelper(enum
testing::TestPartResultType,char const *,int,char const *)" (??
0AssertHelper@internal@testing@@QAE@W4TestPartResultType@2@PBDH1@Z)
referenced in function "private: virtual void __thiscall
PrivateCodeTest_CanAccessPrivateMembers_Test::TestBody(void)" (?
TestBody@PrivateCodeTest_CanAccessPrivateMembers_Test@@EAEXXZ)
1>gtest_color_test_ - 8 error(s), 0 warning(s)
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::EqFailure(char const *,char const *,class
testing::internal::String const &,class testing::internal::String
const &,bool)" (?EqFailure@internal@testing@@YA?
AVAssertionResult@2@PBD0ABVString@12@1_N@Z) referenced in function
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperEQ<int,int>(char const *,char const *,int
const &,int const &)" (??$CmpHelperEQ@HH@internal@testing@@YA?
AVAssertionResult@1@PBD0ABH1@Z)
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::AssertionSuccess(void)" (?AssertionSuccess@testing@@YA?
AVAssertionResult@1@XZ) referenced in function "class
testing::AssertionResult __cdecl
testing::internal::CmpHelperEQ<int,int>(char const *,char const *,int
const &,int const &)" (??$CmpHelperEQ@HH@internal@testing@@YA?
AVAssertionResult@1@PBD0ABH1@Z)
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::StrStreamToString(class
std::basic_stringstream<char,struct std::char_traits<char>,class
std::allocator<char> > *)" (?StrStreamToString@internal@testing@@YA?
AVString@12@PAV?$basic_stringstream@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@@Z) referenced in function "public: class
testing::internal::String __thiscall
testing::Message::GetString(void)const " (?
GetString@Message@testing@@QBE?AVString@internal@2@XZ)
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo *
PrivateCodeTest_CanAccessPrivateMembers_Test::test_info_''(void)" (??
__E?
test_info_@PrivateCodeTest_CanAccessPrivateMembers_Test@@0QAVTestInfo@testing@@A@@YAXXZ)
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
PrivateCodeTest_CanAccessPrivateMembers_Test::PrivateCodeTest_CanAccessPrivateMembers_Test(void)" (??
0PrivateCodeTest_CanAccessPrivateMembers_Test@@QAE@XZ)
2>gtest_prod_test.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::SetUp(void)" (?
SetUp@Test@testing@@MAEXXZ)
2>gtest_prod_test.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::TearDown(void)" (?
TearDown@Test@testing@@MAEXXZ)
2>gtest_prod_test.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall
PrivateCodeTest_CanAccessPrivateMembers_Test::~PrivateCodeTest_CanAccessPrivateMembers_Test(void)" (??
1PrivateCodeTest_CanAccessPrivateMembers_Test@@UAE@XZ)
2>gtest.lib(gtest_main.obj) : error LNK2019: unresolved external
symbol "public: int __thiscall testing::UnitTest::Run(void)" (?
Run@UnitTest@testing@@QAEHXZ) referenced in function _main
2>gtest.lib(gtest_main.obj) : error LNK2019: unresolved external
symbol "public: static class testing::UnitTest * __cdecl
testing::UnitTest::GetInstance(void)" (?
GetInstance@UnitTest@testing@@SAPAV12@XZ) referenced in function _main
2>gtest.lib(gtest_main.obj) : error LNK2019: unresolved external
symbol "void __cdecl testing::InitGoogleTest(int *,char * *)" (?
InitGoogleTest@testing@@YAXPAHPAPAD@Z) referenced in function _main
2>Debug/gtest_prod_test.exe : fatal error LNK1120: 13 unresolved
externals
2>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
2>gtest_prod_test - 14 error(s), 1 warning(s)
3>------ Build started: Project: gtest_environment_test,
Configuration: Debug Win32 ------
3>Linking...
4>------ Build started: Project: gtest_unittest, Configuration: Debug
Win32 ------
4>gtest_unittest : warning PRJ0009 : Build log could not be opened for
writing.
4>Make sure that the file is not open by another process and is not
write-protected.
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: int __thiscall testing::UnitTest::Run(void)" (?
Run@UnitTest@testing@@QAEHXZ) referenced in function "int __cdecl
`anonymous namespace'::RunAllTests(class A0x51af63d5::MyEnvironment
*,enum A0x51af63d5::FailureType)" (?RunAllTests@?
A0x51af63d5@@YAHPAVMyEnvironment@1@W4FailureType@1@@Z)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: static class testing::UnitTest * __cdecl
testing::UnitTest::GetInstance(void)" (?
GetInstance@UnitTest@testing@@SAPAV12@XZ) referenced in function "int
__cdecl `anonymous namespace'::RunAllTests(class
A0x51af63d5::MyEnvironment *,enum A0x51af63d5::FailureType)" (?
RunAllTests@?A0x51af63d5@@YAHPAVMyEnvironment@1@W4FailureType@1@@Z)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: class testing::internal::String const & __thiscall
testing::internal::String::operator=(char const *)" (??
4String@internal@testing@@QAEABV012@PBD@Z) referenced in function
_main
3>gtest_environment_test.obj : error LNK2001: unresolved external
symbol "class testing::internal::String testing::FLAGS_gtest_filter" (?
FLAGS_gtest_filter@testing@@3VString@internal@1@A)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "void __cdecl testing::InitGoogleTest(int *,char * *)" (?
InitGoogleTest@testing@@YAXPAHPAPAD@Z) referenced in function _main
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: class testing::Environment * __thiscall
testing::UnitTest::AddEnvironment(class testing::Environment *)" (?
AddEnvironment@UnitTest@testing@@QAEPAVEnvironment@2@PAV32@@Z)
referenced in function "class testing::Environment * __cdecl
testing::AddGlobalTestEnvironment(class testing::Environment *)" (?
AddGlobalTestEnvironment@testing@@YAPAVEnvironment@1@PAV21@@Z)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: void __thiscall
testing::internal::AssertHelper::operator=(class testing::Message
const &)const " (??
4AssertHelper@internal@testing@@QBEXABVMessage@2@@Z) referenced in
function "public: virtual void __thiscall `anonymous
namespace'::MyEnvironment::SetUp(void)" (?SetUp@MyEnvironment@?
A0x51af63d5@@UAEXXZ)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: __thiscall
testing::internal::AssertHelper::AssertHelper(enum
testing::TestPartResultType,char const *,int,char const *)" (??
0AssertHelper@internal@testing@@QAE@W4TestPartResultType@2@PBDH1@Z)
referenced in function "public: virtual void __thiscall `anonymous
namespace'::MyEnvironment::SetUp(void)" (?SetUp@MyEnvironment@?
A0x51af63d5@@UAEXXZ)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo * `anonymous
namespace'::FooTest_Bar_Test::test_info_''(void)" (??__E?
test_info_@FooTest_Bar_Test@?
A0x51af63d5@@0QAVTestInfo@testing@@A@@YAXXZ)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
`anonymous namespace'::FooTest_Bar_Test::FooTest_Bar_Test(void)" (??
0FooTest_Bar_Test@?A0x51af63d5@@QAE@XZ)
3>gtest_environment_test.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall
testing::Test::SetUp(void)" (?SetUp@Test@testing@@MAEXXZ)
3>gtest_environment_test.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall
testing::Test::TearDown(void)" (?TearDown@Test@testing@@MAEXXZ)
3>gtest_environment_test.obj : error LNK2019: unresolved external
symbol "public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall `anonymous
namespace'::FooTest_Bar_Test::~FooTest_Bar_Test(void)" (??
1FooTest_Bar_Test@?A0x51af63d5@@UAE@XZ)
4>Linking...
3>Debug/gtest_environment_test.exe : fatal error LNK1120: 13
unresolved externals
3>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
3>gtest_environment_test - 14 error(s), 0 warning(s)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::internal::String const & __thiscall
testing::internal::String::operator=(char const *)" (??
4String@internal@testing@@QAEABV012@PBD@Z) referenced in function
"public: __thiscall testing::internal::String::String(char const
*)" (??0String@internal@testing@@QAE@PBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: static bool __cdecl
testing::internal::String::CStringEquals(char const *,char const *)" (?
CStringEquals@String@internal@testing@@SA_NPBD0@Z) referenced in
function "public: bool __thiscall
testing::internal::String::operator==(char const *)const " (??
8String@internal@testing@@QBE_NPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: static class testing::internal::String __cdecl
testing::internal::String::ShowCStringQuoted(char const *)" (?
ShowCStringQuoted@String@internal@testing@@SA?AV123@PBD@Z) referenced
in function "class testing::internal::String __cdecl
testing::internal::FormatForComparisonFailureMessage(char *,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (?
FormatForComparisonFailureMessage@internal@testing@@YA?
AVString@12@PADABV?$basic_string@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: static class testing::internal::String __cdecl
testing::internal::String::ShowWideCStringQuoted(wchar_t const *)" (?
ShowWideCStringQuoted@String@internal@testing@@SA?AV123@PB_W@Z)
referenced in function "class testing::internal::String __cdecl
testing::internal::FormatForComparisonFailureMessage(wchar_t *,class
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> > const &)" (?
FormatForComparisonFailureMessage@internal@testing@@YA?
AVString@12@PA_WABV?$basic_string@_WU?$char_traits@_W@std@@V?
$allocator@_W@2@@std@@@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::StrStreamToString(class
std::basic_stringstream<char,struct std::char_traits<char>,class
std::allocator<char> > *)" (?StrStreamToString@internal@testing@@YA?
AVString@12@PAV?$basic_stringstream@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@@Z) referenced in function "public: class
testing::internal::String __thiscall
testing::Message::GetString(void)const " (?
GetString@Message@testing@@QBE?AVString@internal@2@XZ)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol "int
testing::FLAGS_gtest_repeat" (?FLAGS_gtest_repeat@testing@@3HA)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"class testing::internal::String testing::FLAGS_gtest_output" (?
FLAGS_gtest_output@testing@@3VString@internal@1@A)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol "bool
testing::FLAGS_gtest_list_tests" (?
FLAGS_gtest_list_tests@testing@@3_NA)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"class testing::internal::String
testing::internal::FLAGS_gtest_internal_run_death_test" (?
FLAGS_gtest_internal_run_death_test@internal@testing@@3VString@12@A)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"class testing::internal::String testing::FLAGS_gtest_filter" (?
FLAGS_gtest_filter@testing@@3VString@internal@1@A)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"class testing::internal::String
testing::FLAGS_gtest_death_test_style" (?
FLAGS_gtest_death_test_style@testing@@3VString@internal@1@A)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"class testing::internal::String testing::FLAGS_gtest_color" (?
FLAGS_gtest_color@testing@@3VString@internal@1@A)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol "bool
testing::FLAGS_gtest_catch_exceptions" (?
FLAGS_gtest_catch_exceptions@testing@@3_NA)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol "bool
testing::FLAGS_gtest_break_on_failure" (?
FLAGS_gtest_break_on_failure@testing@@3_NA)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: int __thiscall
testing::internal::TestResult::failed_part_count(void)const " (?
failed_part_count@TestResult@internal@testing@@QBEHXZ) referenced in
function "public: bool __thiscall
testing::internal::TestResult::Failed(void)const " (?
Failed@TestResult@internal@testing@@QBE_NXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
`anonymous
namespace'::NullLiteralTest_IsTrueForNullLiterals_Test::NullLiteralTest_IsTrueForNullLiterals_Test(void)" (??
0NullLiteralTest_IsTrueForNullLiterals_Test@?A0xe5065859@@QAE@XZ)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::SetUp(void)" (?
SetUp@Test@testing@@MAEXXZ)
4>gtest_unittest.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::TearDown(void)" (?
TearDown@Test@testing@@MAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall `anonymous
namespace'::NullLiteralTest_IsTrueForNullLiterals_Test::~NullLiteralTest_IsTrueForNullLiterals_Test(void)" (??
1NullLiteralTest_IsTrueForNullLiterals_Test@?A0xe5065859@@UAE@XZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::TestResult::~TestResult(void)" (??
1TestResult@internal@testing@@QAE@XZ) referenced in function "public:
void * __thiscall testing::internal::TestResult::`scalar deleting
destructor'(unsigned int)" (??
_GTestResult@internal@testing@@QAEPAXI@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: int __thiscall
testing::internal::TestResult::successful_part_count(void)const " (?
successful_part_count@TestResult@internal@testing@@QBEHXZ) referenced
in function "unsigned int __cdecl GetSuccessfulPartCount(void)" (?
GetSuccessfulPartCount@@YAIXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::internal::TestResult * __thiscall
testing::internal::UnitTestImpl::current_test_result(void)" (?
current_test_result@UnitTestImpl@internal@testing@@QAEPAVTestResult@23@XZ)
referenced in function "unsigned int __cdecl
GetSuccessfulPartCount(void)" (?GetSuccessfulPartCount@@YAIXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: static class testing::UnitTest * __cdecl
testing::UnitTest::GetInstance(void)" (?
GetInstance@UnitTest@testing@@SAPAV12@XZ) referenced in function
"unsigned int __cdecl GetSuccessfulPartCount(void)" (?
GetSuccessfulPartCount@@YAIXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::TestInfo * __thiscall
testing::TestCase::GetTestInfo(char const *)" (?
GetTestInfo@TestCase@testing@@QAEPAVTestInfo@2@PBD@Z) referenced in
function "protected: static class testing::TestInfo * __cdecl
testing::TestInfoTest::GetTestInfo(char const *)" (?
GetTestInfo@TestInfoTest@testing@@KAPAVTestInfo@2@PBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::TestCase * __thiscall
testing::internal::UnitTestImpl::GetTestCase(char const *,void
(__cdecl*)(void),void (__cdecl*)(void))" (?
GetTestCase@UnitTestImpl@internal@testing@@QAEPAVTestCase@3@PBDP6AXXZ1@Z)
referenced in function "protected: static class testing::TestInfo *
__cdecl testing::TestInfoTest::GetTestInfo(char const *)" (?
GetTestInfo@TestInfoTest@testing@@KAPAVTestInfo@2@PBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::internal::TestResult const * __thiscall
testing::TestInfo::result(void)const " (?
result@TestInfo@testing@@QBEPBVTestResult@internal@2@XZ) referenced in
function "protected: static class testing::internal::TestResult const
* __cdecl testing::TestInfoTest::GetTestResult(class testing::TestInfo
const *)" (?
GetTestResult@TestInfoTest@testing@@KAPBVTestResult@internal@2@PBVTestInfo@2@@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: int __thiscall testing::UnitTest::Run(void)" (?
Run@UnitTest@testing@@QAEHXZ) referenced in function _main
4>gtest_unittest.obj : error LNK2019: unresolved external symbol "void
__cdecl testing::InitGoogleTest(int *,char * *)" (?
InitGoogleTest@testing@@YAXPAHPAPAD@Z) referenced in function _main
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperEQ(char const *,char const
*,__int64,__int64)" (?CmpHelperEQ@internal@testing@@YA?
AVAssertionResult@2@PBD0_J1@Z) referenced in function "public: static
class testing::AssertionResult __cdecl
testing::internal::EqHelper<1>::Compare<__int64,__int64>(char const
*,char const *,__int64 const &,__int64 const &)" (??$Compare@_J_J@?
$EqHelper@$00@internal@testing@@SA?AVAssertionResult@2@PBD0AB_J1@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::FormatForFailureMessage(char)" (?
FormatForFailureMessage@internal@testing@@YA?AVString@12@D@Z)
referenced in function "class testing::internal::String __cdecl
testing::internal::FormatForComparisonFailureMessage<char,char>(char
const &,char const &)" (??
$FormatForComparisonFailureMessage@DD@internal@testing@@YA?
AVString@01@ABD0@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::EqFailure(char const *,char const *,class
testing::internal::String const &,class testing::internal::String
const &,bool)" (?EqFailure@internal@testing@@YA?
AVAssertionResult@2@PBD0ABVString@12@1_N@Z) referenced in function
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperEQ<char,char>(char const *,char const
*,char const &,char const &)" (??$CmpHelperEQ@DD@internal@testing@@YA?
AVAssertionResult@1@PBD0ABD1@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::AssertionSuccess(void)" (?AssertionSuccess@testing@@YA?
AVAssertionResult@1@XZ) referenced in function "class
testing::AssertionResult __cdecl
testing::internal::CmpHelperEQ<char,char>(char const *,char const
*,char const &,char const &)" (??$CmpHelperEQ@DD@internal@testing@@YA?
AVAssertionResult@1@PBD0ABD1@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::FormatForFailureMessage(wchar_t)" (?
FormatForFailureMessage@internal@testing@@YA?AVString@12@_W@Z)
referenced in function "class testing::internal::String __cdecl
testing::internal::FormatForComparisonFailureMessage<wchar_t,wchar_t>(wchar_t
const &,wchar_t const &)" (??
$FormatForComparisonFailureMessage@_W_W@internal@testing@@YA?
AVString@01@AB_W0@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::TestResult::TestResult(void)" (??
0TestResult@internal@testing@@QAE@XZ) referenced in function
"protected: virtual void __thiscall `anonymous
namespace'::TestResultTest::SetUp(void)" (?SetUp@TestResultTest@?
A0xe5065859@@MAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: static class testing::internal::String __cdecl
testing::internal::String::ShowWideCString(wchar_t const *)" (?
ShowWideCString@String@internal@testing@@SA?AV123@PB_W@Z) referenced
in function "public: class testing::Message & __thiscall
testing::Message::operator<<(wchar_t const *)" (??
6Message@testing@@QAEAAV01@PB_W@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::Message & __thiscall
testing::Message::operator<<(class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (??
6Message@testing@@QAEAAV01@ABV?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in
function "class testing::internal::String __cdecl
testing::internal::FormatForFailureMessage(class
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class
std::allocator<wchar_t> > const &)" (?
FormatForFailureMessage@internal@testing@@YA?AVString@12@ABV?
$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: void __thiscall
testing::internal::AssertHelper::operator=(class testing::Message
const &)const " (??
4AssertHelper@internal@testing@@QBEXABVMessage@2@@Z) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::ToUtf8StringTest_CanEncodeNul_Test::TestBody(void)" (?
TestBody@ToUtf8StringTest_CanEncodeNul_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall testing::internal::AssertHelper::AssertHelper(enum
testing::TestPartResultType,char const *,int,char const *)" (??
0AssertHelper@internal@testing@@QAE@W4TestPartResultType@2@PBDH1@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::ToUtf8StringTest_CanEncodeNul_Test::TestBody(void)" (?
TestBody@ToUtf8StringTest_CanEncodeNul_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperSTREQ(char const *,char const *,char const
*,char const *)" (?CmpHelperSTREQ@internal@testing@@YA?
AVAssertionResult@2@PBD000@Z) referenced in function "private: virtual
void __thiscall `anonymous
namespace'::ToUtf8StringTest_CanEncodeNul_Test::TestBody(void)" (?
TestBody@ToUtf8StringTest_CanEncodeNul_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::ToUtf8String(wchar_t)" (?
ToUtf8String@internal@testing@@YA?AVString@12@_W@Z) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::ToUtf8StringTest_CanEncodeNul_Test::TestBody(void)" (?
TestBody@ToUtf8StringTest_CanEncodeNul_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: bool __thiscall testing::internal::String::EndsWith(char
const *)const " (?EndsWith@String@internal@testing@@QBE_NPBD@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::StringTest_EndsWith_Test::TestBody(void)" (?
TestBody@StringTest_EndsWith_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: bool __thiscall
testing::internal::String::EndsWithCaseInsensitive(char const *)const
" (?EndsWithCaseInsensitive@String@internal@testing@@QBE_NPBD@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::StringTest_EndsWithCaseInsensitive_Test::TestBody(void)" (?
TestBody@StringTest_EndsWithCaseInsensitive_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::TestPartResultArray::~TestPartResultArray(void)" (??
1TestPartResultArray@testing@@QAE@XZ) referenced in function "void
__cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::SingleFailureChecker::~SingleFailureChecker(void)" (??
1SingleFailureChecker@internal@testing@@QAE@XZ) referenced in function
"void __cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall
testing::ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter(void)" (??
1ScopedFakeTestPartResultReporter@testing@@UAE@XZ) referenced in
function "void __cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: void __thiscall
testing::internal::TestResult::RecordProperty(class
testing::internal::TestProperty const &)" (?
RecordProperty@TestResult@internal@testing@@QAEXABVTestProperty@23@@Z)
referenced in function "void __cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter(class
testing::TestPartResultArray *)" (??
0ScopedFakeTestPartResultReporter@testing@@QAE@PAVTestPartResultArray@1@@Z)
referenced in function "void __cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::SingleFailureChecker::SingleFailureChecker(class
testing::TestPartResultArray const *,enum
testing::TestPartResultType,char const *)" (??
0SingleFailureChecker@internal@testing@@QAE@PBVTestPartResultArray@2@W4TestPartResultType@2@PBD@Z)
referenced in function "void __cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
5>------ Build started: Project: gtest_env_var_test_, Configuration:
Debug Win32 ------
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::TestPartResultArray::TestPartResultArray(void)" (??
0TestPartResultArray@testing@@QAE@XZ) referenced in function "void
__cdecl `anonymous
namespace'::ExpectNonFatalFailureRecordingPropertyWithReservedKey(char
const *)" (?ExpectNonFatalFailureRecordingPropertyWithReservedKey@?
A0xe5065859@@YAXPBD@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::AssertionFailure(class testing::Message const &)" (?
AssertionFailure@testing@@YA?AVAssertionResult@1@ABVMessage@1@@Z)
referenced in function "class testing::AssertionResult __cdecl
`anonymous namespace'::AssertIsEven(char const *,int)" (?AssertIsEven@?
A0xe5065859@@YA?AVAssertionResult@testing@@PBDH@Z)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperSTRNE(char const *,char const *,char const
*,char const *)" (?CmpHelperSTRNE@internal@testing@@YA?
AVAssertionResult@2@PBD000@Z) referenced in function "public: static
void __cdecl `private: virtual void __thiscall `anonymous
namespace'::StringAssertionTest_ASSERT_STRNE_Test::TestBody(void)'::`32'::GTestExpectFatalFailureHelper::Execute(void)" (?
Execute@GTestExpectFatalFailureHelper@?CA@??
TestBody@StringAssertionTest_ASSERT_STRNE_Test@?
A0xe5065859@@EAEXXZ@SAXXZ)
5>gtest_env_var_test_ : warning PRJ0009 : Build log could not be
opened for writing.
5>Make sure that the file is not open by another process and is not
write-protected.
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperSTRCASEEQ(char const *,char const *,char
const *,char const *)" (?CmpHelperSTRCASEEQ@internal@testing@@YA?
AVAssertionResult@2@PBD000@Z) referenced in function "public: static
void __cdecl `private: virtual void __thiscall `anonymous
namespace'::StringAssertionTest_ASSERT_STRCASEEQ_Test::TestBody(void)'::`16'::GTestExpectFatalFailureHelper::Execute(void)" (?
Execute@GTestExpectFatalFailureHelper@?BA@??
TestBody@StringAssertionTest_ASSERT_STRCASEEQ_Test@?
A0xe5065859@@EAEXXZ@SAXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperSTRCASENE(char const *,char const *,char
const *,char const *)" (?CmpHelperSTRCASENE@internal@testing@@YA?
AVAssertionResult@2@PBD000@Z) referenced in function "public: static
void __cdecl `private: virtual void __thiscall `anonymous
namespace'::StringAssertionTest_ASSERT_STRCASENE_Test::TestBody(void)'::`32'::GTestExpectFatalFailureHelper::Execute(void)" (?
Execute@GTestExpectFatalFailureHelper@?CA@??
TestBody@StringAssertionTest_ASSERT_STRCASENE_Test@?
A0xe5065859@@EAEXXZ@SAXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperSTREQ(char const *,char const *,wchar_t
const *,wchar_t const *)" (?CmpHelperSTREQ@internal@testing@@YA?
AVAssertionResult@2@PBD0PB_W1@Z) referenced in function "private:
virtual void __thiscall `anonymous
namespace'::StringAssertionTest_STREQ_Wide_Test::TestBody(void)" (?
TestBody@StringAssertionTest_STREQ_Wide_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperSTRNE(char const *,char const *,wchar_t
const *,wchar_t const *)" (?CmpHelperSTRNE@internal@testing@@YA?
AVAssertionResult@2@PBD0PB_W1@Z) referenced in function "private:
virtual void __thiscall `anonymous
namespace'::StringAssertionTest_STRNE_Wide_Test::TestBody(void)" (?
TestBody@StringAssertionTest_STRNE_Wide_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsSubstring(char
const *,char const *,char const *,char const *)" (?
IsSubstring@testing@@YA?AVAssertionResult@1@PBD000@Z) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::IsSubstringTest_ReturnsCorrectResultForCString_Test::TestBody(void)" (?
TestBody@IsSubstringTest_ReturnsCorrectResultForCString_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsSubstring(char
const *,char const *,wchar_t const *,wchar_t const *)" (?
IsSubstring@testing@@YA?AVAssertionResult@1@PBD0PB_W1@Z) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::IsSubstringTest_ReturnsCorrectResultForWideCString_Test::TestBody(void)" (?
TestBody@IsSubstringTest_ReturnsCorrectResultForWideCString_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsSubstring(char
const *,char const *,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (?IsSubstring@testing@@YA?
AVAssertionResult@1@PBD0ABV?$basic_string@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@1@Z) referenced in function "private: virtual
void __thiscall `anonymous
namespace'::IsSubstringTest_ReturnsCorrectResultsForStdString_Test::TestBody(void)" (?
TestBody@IsSubstringTest_ReturnsCorrectResultsForStdString_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsSubstring(char
const *,char const *,class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > const
&,class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?
IsSubstring@testing@@YA?AVAssertionResult@1@PBD0ABV?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@1@Z) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::IsSubstringTest_ReturnsCorrectResultForStdWstring_Test::TestBody(void)" (?
TestBody@IsSubstringTest_ReturnsCorrectResultForStdWstring_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsNotSubstring(char
const *,char const *,char const *,char const *)" (?
IsNotSubstring@testing@@YA?AVAssertionResult@1@PBD000@Z) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::IsNotSubstringTest_ReturnsCorrectResultForCString_Test::TestBody(void)" (?
TestBody@IsNotSubstringTest_ReturnsCorrectResultForCString_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsNotSubstring(char
const *,char const *,wchar_t const *,wchar_t const *)" (?
IsNotSubstring@testing@@YA?AVAssertionResult@1@PBD0PB_W1@Z) referenced
in function "private: virtual void __thiscall `anonymous
namespace'::IsNotSubstringTest_ReturnsCorrectResultForWideCString_Test::TestBody(void)" (?
TestBody@IsNotSubstringTest_ReturnsCorrectResultForWideCString_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsNotSubstring(char
const *,char const *,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (?IsNotSubstring@testing@@YA?
AVAssertionResult@1@PBD0ABV?$basic_string@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@1@Z) referenced in function "private: virtual
void __thiscall `anonymous
namespace'::IsNotSubstringTest_ReturnsCorrectResultsForStdString_Test::TestBody(void)" (?
TestBody@IsNotSubstringTest_ReturnsCorrectResultsForStdString_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::IsNotSubstring(char
const *,char const *,class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > const
&,class std::basic_string<wchar_t,struct
std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?
IsNotSubstring@testing@@YA?AVAssertionResult@1@PBD0ABV?
$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@1@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::IsNotSubstringTest_ReturnsCorrectResultForStdWstring_Test::TestBody(void)" (?
TestBody@IsNotSubstringTest_ReturnsCorrectResultForStdWstring_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::DoubleNearPredFormat(char const *,char const *,char
const *,double,double,double)" (?
DoubleNearPredFormat@internal@testing@@YA?
AVAssertionResult@2@PBD00NNN@Z) referenced in function "private:
virtual void __thiscall `anonymous
namespace'::FloatTest_EXPECT_NEAR_Test::TestBody(void)" (?
TestBody@FloatTest_EXPECT_NEAR_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::FloatLE(char const
*,char const *,float,float)" (?FloatLE@testing@@YA?
AVAssertionResult@1@PBD0MM@Z) referenced in function "private: virtual
void __thiscall `anonymous
namespace'::FloatTest_FloatLESucceeds_Test::TestBody(void)" (?
TestBody@FloatTest_FloatLESucceeds_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl testing::DoubleLE(char const
*,char const *,double,double)" (?DoubleLE@testing@@YA?
AVAssertionResult@1@PBD0NN@Z) referenced in function "private: virtual
void __thiscall `anonymous
namespace'::DoubleTest_DoubleLESucceeds_Test::TestBody(void)" (?
TestBody@DoubleTest_DoubleLESucceeds_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::AppendUserMessage(class testing::internal::String
const &,class testing::Message const &)" (?
AppendUserMessage@internal@testing@@YA?
AVString@12@ABV312@ABVMessage@2@@Z) referenced in function "private:
virtual void __thiscall `anonymous
namespace'::AssertionTest_AppendUserMessage_Test::TestBody(void)" (?
TestBody@AssertionTest_AppendUserMessage_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::IsHRESULTSuccess(char const *,long)" (?
IsHRESULTSuccess@internal@testing@@YA?AVAssertionResult@2@PBDJ@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::HRESULTAssertionTest_EXPECT_HRESULT_SUCCEEDED_Test::TestBody(void)" (?
TestBody@HRESULTAssertionTest_EXPECT_HRESULT_SUCCEEDED_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::IsHRESULTFailure(char const *,long)" (?
IsHRESULTFailure@internal@testing@@YA?AVAssertionResult@2@PBDJ@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::HRESULTAssertionTest_EXPECT_HRESULT_FAILED_Test::TestBody(void)" (?
TestBody@HRESULTAssertionTest_EXPECT_HRESULT_FAILED_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: char const * __thiscall testing::TestInfo::name(void)const
" (?name@TestInfo@testing@@QBEPBDXZ) referenced in function "private:
virtual void __thiscall
testing::TestInfoTest_Names_Test::TestBody(void)" (?
TestBody@TestInfoTest_Names_Test@testing@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: char const * __thiscall
testing::TestInfo::test_case_name(void)const " (?
test_case_name@TestInfo@testing@@QBEPBDXZ) referenced in function
"private: virtual void __thiscall
testing::TestInfoTest_Names_Test::TestBody(void)" (?
TestBody@TestInfoTest_Names_Test@testing@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::TestInfo const * __thiscall
testing::UnitTest::current_test_info(void)const " (?
current_test_info@UnitTest@testing@@QBEPBVTestInfo@2@XZ) referenced in
function "private: virtual void __thiscall
testing::CurrentTestInfoTest_WorksForFirstTestInATestCase_Test::TestBody(void)" (?
TestBody@CurrentTestInfoTest_WorksForFirstTestInATestCase_Test@testing@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol "bool
__cdecl testing::internal::ShouldUseColor(bool)" (?
ShouldUseColor@internal@testing@@YA_N_N@Z) referenced in function
"private: virtual void __thiscall
ColoredOutputTest_UsesColorsWhenGTestColorFlagIsYes_Test::TestBody(void)" (?
TestBody@ColoredOutputTest_UsesColorsWhenGTestColorFlagIsYes_Test@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: int __thiscall testing::TestPartResultArray::size(void)const
" (?size@TestPartResultArray@testing@@QBEHXZ) referenced in function
"private: virtual void __thiscall `anonymous
namespace'::TestPartResultArrayTest_InitialSizeIsZero_Test::TestBody(void)" (?
TestBody@TestPartResultArrayTest_InitialSizeIsZero_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: class testing::TestPartResult const & __thiscall
testing::TestPartResultArray::GetTestPartResult(int)const " (?
GetTestPartResult@TestPartResultArray@testing@@QBEABVTestPartResult@2@H@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::TestPartResultArrayTest_ContainsGivenResultAfterAppend_Test::TestBody(void)" (?
TestBody@TestPartResultArrayTest_ContainsGivenResultAfterAppend_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: void __thiscall testing::TestPartResultArray::Append(class
testing::TestPartResult const &)" (?
Append@TestPartResultArray@testing@@QAEXABVTestPartResult@2@@Z)
referenced in function "private: virtual void __thiscall `anonymous
namespace'::TestPartResultArrayTest_ContainsGivenResultAfterAppend_Test::TestBody(void)" (?
TestBody@TestPartResultArrayTest_ContainsGivenResultAfterAppend_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol "int
__cdecl testing::internal::Int32FromGTestEnv(char const *,int)" (?
Int32FromGTestEnv@internal@testing@@YAHPBDH@Z) referenced in function
"private: virtual void __thiscall `anonymous
namespace'::Int32FromGTestEnvTest_ReturnsDefaultWhenVariableIsNotSet_Test::TestBody(void)" (?
TestBody@Int32FromGTestEnvTest_ReturnsDefaultWhenVariableIsNotSet_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol "bool
__cdecl testing::internal::ParseInt32Flag(char const *,char const
*,int *)" (?ParseInt32Flag@internal@testing@@YA_NPBD0PAH@Z) referenced
in function "private: virtual void __thiscall `anonymous
namespace'::ParseInt32FlagTest_ReturnsFalseForInvalidFlag_Test::TestBody(void)" (?
TestBody@ParseInt32FlagTest_ReturnsFalseForInvalidFlag_Test@?
A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: __thiscall testing::internal::String::String(char const
*,unsigned int)" (??0String@internal@testing@@QAE@PBDI@Z) referenced
in function "private: virtual void __thiscall `anonymous
namespace'::StringTest_Constructors_Test::TestBody(void)" (?
TestBody@StringTest_Constructors_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: int __thiscall
testing::internal::TestResult::total_part_count(void)const " (?
total_part_count@TestResult@internal@testing@@QBEHXZ) referenced in
function "private: virtual void __thiscall `anonymous
namespace'::TestResultTest_total_part_count_Test::TestBody(void)" (?
TestBody@TestResultTest_total_part_count_Test@?A0xe5065859@@EAEXXZ)
4>gtest_unittest.obj : error LNK2019: unresolved external symbol "void
__cdecl testing::InitGoogleTest(int *,wchar_t * *)" (?
InitGoogleTest@testing@@YAXPAHPAPA_W@Z) referenced in function
"protected: static void __cdecl
testing::InitGoogleTestTest::TestParsingFlags<wchar_t>(int,wchar_t
const * *,int,wchar_t const * *,struct testing::Flags const &)" (??
$TestParsingFlags@_W@InitGoogleTestTest@testing@@KAXHPAPB_WH0ABUFlags@1@@Z)
5>Linking...
4>gtest_unittest.obj : error LNK2019: unresolved external symbol
"public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo * `anonymous
namespace'::NullLiteralTest_IsTrueForNullLiterals_Test::test_info_''(void)" (??
__E?test_info_@NullLiteralTest_IsTrueForNullLiterals_Test@?
A0xe5065859@@0QAVTestInfo@testing@@A@@YAXXZ)
4>Debug/gtest_unittest.exe : fatal error LNK1120: 82 unresolved
externals
4>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
4>gtest_unittest - 83 error(s), 1 warning(s)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"int testing::FLAGS_gtest_stack_trace_depth" (?
FLAGS_gtest_stack_trace_depth@testing@@3HA)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"int testing::FLAGS_gtest_repeat" (?FLAGS_gtest_repeat@testing@@3HA)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"class testing::internal::String testing::FLAGS_gtest_output" (?
FLAGS_gtest_output@testing@@3VString@internal@1@A)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"class testing::internal::String testing::FLAGS_gtest_filter" (?
FLAGS_gtest_filter@testing@@3VString@internal@1@A)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"class testing::internal::String
testing::FLAGS_gtest_death_test_style" (?
FLAGS_gtest_death_test_style@testing@@3VString@internal@1@A)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"class testing::internal::String testing::FLAGS_gtest_color" (?
FLAGS_gtest_color@testing@@3VString@internal@1@A)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"bool testing::FLAGS_gtest_catch_exceptions" (?
FLAGS_gtest_catch_exceptions@testing@@3_NA)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"bool testing::FLAGS_gtest_break_on_failure" (?
FLAGS_gtest_break_on_failure@testing@@3_NA)
5>gtest_env_var_test_.obj : error LNK2019: unresolved external symbol
"void __cdecl testing::InitGoogleTest(int *,char * *)" (?
InitGoogleTest@testing@@YAXPAHPAPAD@Z) referenced in function _main
5>gtest_env_var_test_.obj : error LNK2019: unresolved external symbol
"public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo *
testing::GTestEnvVarTest_Dummy_Test::test_info_''(void)" (??__E?
test_info_@GTestEnvVarTest_Dummy_Test@testing@@0QAVTestInfo@2@A@@YAXXZ)
5>gtest_env_var_test_.obj : error LNK2019: unresolved external symbol
"protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
testing::GTestEnvVarTest_Dummy_Test::GTestEnvVarTest_Dummy_Test(void)" (??
0GTestEnvVarTest_Dummy_Test@testing@@QAE@XZ)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::SetUp(void)" (?
SetUp@Test@testing@@MAEXXZ)
5>gtest_env_var_test_.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::TearDown(void)" (?
TearDown@Test@testing@@MAEXXZ)
5>gtest_env_var_test_.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall
testing::GTestEnvVarTest_Dummy_Test::~GTestEnvVarTest_Dummy_Test(void)" (??
1GTestEnvVarTest_Dummy_Test@testing@@UAE@XZ)
5>Debug/gtest_env_var_test_.exe : fatal error LNK1120: 14 unresolved
externals
5>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
5>gtest_env_var_test_ - 15 error(s), 1 warning(s)
6>------ Build started: Project: gtest_output_test_, Configuration:
Debug Win32 ------
6>Linking...
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"class testing::internal::String __cdecl
testing::internal::StrStreamToString(class
std::basic_stringstream<char,struct std::char_traits<char>,class
std::allocator<char> > *)" (?StrStreamToString@internal@testing@@YA?
AVString@12@PAV?$basic_stringstream@DU?$char_traits@D@std@@V?
$allocator@D@2@@std@@@Z) referenced in function "public: class
testing::internal::String __thiscall
testing::Message::GetString(void)const " (?
GetString@Message@testing@@QBE?AVString@internal@2@XZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: class testing::Environment * __thiscall
testing::UnitTest::AddEnvironment(class testing::Environment *)" (?
AddEnvironment@UnitTest@testing@@QAEPAVEnvironment@2@PAV32@@Z)
referenced in function "class testing::Environment * __cdecl
testing::AddGlobalTestEnvironment(class testing::Environment *)" (?
AddGlobalTestEnvironment@testing@@YAPAVEnvironment@1@PAV21@@Z)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: static class testing::UnitTest * __cdecl
testing::UnitTest::GetInstance(void)" (?
GetInstance@UnitTest@testing@@SAPAV12@XZ) referenced in function
"class testing::Environment * __cdecl
testing::AddGlobalTestEnvironment(class testing::Environment *)" (?
AddGlobalTestEnvironment@testing@@YAPAVEnvironment@1@PAV21@@Z)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
FatalFailureTest_FatalFailureInSubroutine_Test::FatalFailureTest_FatalFailureInSubroutine_Test(void)" (??
0FatalFailureTest_FatalFailureInSubroutine_Test@@QAE@XZ)
6>gtest_output_test_.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::SetUp(void)" (?
SetUp@Test@testing@@MAEXXZ)
6>gtest_output_test_.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall testing::Test::TearDown(void)" (?
TearDown@Test@testing@@MAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall
FatalFailureTest_FatalFailureInSubroutine_Test::~FatalFailureTest_FatalFailureInSubroutine_Test(void)" (??
1FatalFailureTest_FatalFailureInSubroutine_Test@@UAE@XZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::TestPartResultArray::~TestPartResultArray(void)" (??
1TestPartResultArray@testing@@QAE@XZ) referenced in function "private:
virtual void __thiscall
ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test::TestBody(void)" (?
TestBody@ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::SingleFailureChecker::~SingleFailureChecker(void)" (??
1SingleFailureChecker@internal@testing@@QAE@XZ) referenced in function
"private: virtual void __thiscall
ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test::TestBody(void)" (?
TestBody@ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: virtual __thiscall
testing::ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter(void)" (??
1ScopedFakeTestPartResultReporter@testing@@UAE@XZ) referenced in
function "private: virtual void __thiscall
ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test::TestBody(void)" (?
TestBody@ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter(class
testing::TestPartResultArray *)" (??
0ScopedFakeTestPartResultReporter@testing@@QAE@PAVTestPartResultArray@1@@Z)
referenced in function "private: virtual void __thiscall
ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test::TestBody(void)" (?
TestBody@ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::SingleFailureChecker::SingleFailureChecker(class
testing::TestPartResultArray const *,enum
testing::TestPartResultType,char const *)" (??
0SingleFailureChecker@internal@testing@@QAE@PBVTestPartResultArray@2@W4TestPartResultType@2@PBD@Z)
referenced in function "private: virtual void __thiscall
ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test::TestBody(void)" (?
TestBody@ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::TestPartResultArray::TestPartResultArray(void)" (??
0TestPartResultArray@testing@@QAE@XZ) referenced in function "private:
virtual void __thiscall
ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test::TestBody(void)" (?
TestBody@ExpectNonfatalFailureTest_FailsWhenThereIsNoNonfatalFailure_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: static bool __cdecl testing::Test::HasFatalFailure(void)" (?
HasFatalFailure@Test@testing@@SA_NXZ) referenced in function "private:
virtual void __thiscall
FatalFailureTest_NonfatalFailureInSubroutine_Test::TestBody(void)" (?
TestBody@FatalFailureTest_NonfatalFailureInSubroutine_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: void __thiscall
testing::internal::AssertHelper::operator=(class testing::Message
const &)const " (??
4AssertHelper@internal@testing@@QBEXABVMessage@2@@Z) referenced in
function "private: virtual void __thiscall
FatalFailureTest_NonfatalFailureInSubroutine_Test::TestBody(void)" (?
TestBody@FatalFailureTest_NonfatalFailureInSubroutine_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall testing::internal::AssertHelper::AssertHelper(enum
testing::TestPartResultType,char const *,int,char const *)" (??
0AssertHelper@internal@testing@@QAE@W4TestPartResultType@2@PBDH1@Z)
referenced in function "private: virtual void __thiscall
FatalFailureTest_NonfatalFailureInSubroutine_Test::TestBody(void)" (?
TestBody@FatalFailureTest_NonfatalFailureInSubroutine_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall
testing::internal::ScopedTrace::~ScopedTrace(void)" (??
1ScopedTrace@internal@testing@@QAE@XZ) referenced in function
"private: virtual void __thiscall
SCOPED_TRACETest_ObeysScopes_Test::TestBody(void)" (?
TestBody@SCOPED_TRACETest_ObeysScopes_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: __thiscall testing::internal::ScopedTrace::ScopedTrace(char
const *,int,class testing::Message const &)" (??
0ScopedTrace@internal@testing@@QAE@PBDHABVMessage@2@@Z) referenced in
function "private: virtual void __thiscall
SCOPED_TRACETest_ObeysScopes_Test::TestBody(void)" (?
TestBody@SCOPED_TRACETest_ObeysScopes_Test@@EAEXXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::AssertionFailure(class testing::Message const &)" (?
AssertionFailure@testing@@YA?AVAssertionResult@1@ABVMessage@1@@Z)
referenced in function "class testing::AssertionResult __cdecl
testing::internal::CmpHelperGE<int,int>(char const *,char const *,int
const &,int const &)" (??$CmpHelperGE@HH@internal@testing@@YA?
AVAssertionResult@1@PBD0ABH1@Z)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::AssertionSuccess(void)" (?AssertionSuccess@testing@@YA?
AVAssertionResult@1@XZ) referenced in function "class
testing::AssertionResult __cdecl
testing::internal::CmpHelperGE<int,int>(char const *,char const *,int
const &,int const &)" (??$CmpHelperGE@HH@internal@testing@@YA?
AVAssertionResult@1@PBD0ABH1@Z)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"class testing::AssertionResult __cdecl
testing::internal::EqFailure(char const *,char const *,class
testing::internal::String const &,class testing::internal::String
const &,bool)" (?EqFailure@internal@testing@@YA?
AVAssertionResult@2@PBD0ABVString@12@1_N@Z) referenced in function
"class testing::AssertionResult __cdecl
testing::internal::CmpHelperEQ<int,int>(char const *,char const *,int
const &,int const &)" (??$CmpHelperEQ@HH@internal@testing@@YA?
AVAssertionResult@1@PBD0ABH1@Z)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: int __thiscall testing::UnitTest::Run(void)" (?
Run@UnitTest@testing@@QAEHXZ) referenced in function "int __cdecl
RunAllTests(void)" (?RunAllTests@@YAHXZ)
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"void __cdecl testing::InitGoogleTest(int *,char * *)" (?
InitGoogleTest@testing@@YAXPAHPAPAD@Z) referenced in function _main
6>gtest_output_test_.obj : error LNK2019: unresolved external symbol
"public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo *
FatalFailureTest_FatalFailureInSubroutine_Test::test_info_''(void)" (??
__E?
test_info_@FatalFailureTest_FatalFailureInSubroutine_Test@@0QAVTestInfo@testing@@A@@YAXXZ)
6>Debug/gtest_output_test_.exe : fatal error LNK1120: 24 unresolved
externals
6>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
6>gtest_output_test_ - 25 error(s), 0 warning(s)
7>------ Build started: Project: gtest_uninitialized_test_,
Configuration: Debug Win32 ------
7>Linking...
7>gtest_uninitialized_test_.obj : error LNK2019: unresolved external
symbol "public: int __thiscall testing::UnitTest::Run(void)" (?
Run@UnitTest@testing@@QAEHXZ) referenced in function _main
7>gtest_uninitialized_test_.obj : error LNK2019: unresolved external
symbol "public: static class testing::UnitTest * __cdecl
testing::UnitTest::GetInstance(void)" (?
GetInstance@UnitTest@testing@@SAPAV12@XZ) referenced in function _main
7>gtest_uninitialized_test_.obj : error LNK2019: unresolved external
symbol "public: static class testing::TestInfo * __cdecl
testing::TestInfo::MakeAndRegisterInstance(char const *,char const
*,void *,void (__cdecl*)(void),void (__cdecl*)(void),class
testing::Test * (__cdecl*)(void))" (?
MakeAndRegisterInstance@TestInfo@testing@@SAPAV12@PBD0PAXP6AXXZ2P6APAVTest@2@XZ@Z)
referenced in function "void __cdecl `dynamic initializer for
'private: static class testing::TestInfo *
DummyTest_Dummy_Test::test_info_''(void)" (??__E?
test_info_@DummyTest_Dummy_Test@@0QAVTestInfo@testing@@A@@YAXXZ)
7>gtest_uninitialized_test_.obj : error LNK2019: unresolved external
symbol "protected: __thiscall testing::Test::Test(void)" (??
0Test@testing@@IAE@XZ) referenced in function "public: __thiscall
DummyTest_Dummy_Test::DummyTest_Dummy_Test(void)" (??
0DummyTest_Dummy_Test@@QAE@XZ)
7>gtest_uninitialized_test_.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall
testing::Test::SetUp(void)" (?SetUp@Test@testing@@MAEXXZ)
7>gtest_uninitialized_test_.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall
testing::Test::TearDown(void)" (?TearDown@Test@testing@@MAEXXZ)
7>gtest_uninitialized_test_.obj : error LNK2019: unresolved external
symbol "public: virtual __thiscall testing::Test::~Test(void)" (??
1Test@testing@@UAE@XZ) referenced in function "public: virtual
__thiscall DummyTest_Dummy_Test::~DummyTest_Dummy_Test(void)" (??
1DummyTest_Dummy_Test@@UAE@XZ)
7>Debug/gtest_uninitialized_test_.exe : fatal error LNK1120: 7
unresolved externals
7>Build log was saved at "file://c:\gtest-1.0.1\gtest-1.0.1\msvc\Debug
\BuildLog.htm"
7>gtest_uninitialized_test_ - 8 error(s), 0 warning(s)
========== Build: 0 succeeded, 7 failed, 2 up-to-date, 0 skipped
==========

Zhanyong Wan (λx.x x)

unread,
Sep 18, 2008, 9:40:23 PM9/18/08
to SteveH, Google C++ Testing Framework
Hi,

This looks like a bug fixed in 1.1.0. Could you download 1.1.0 and
see if the problem is still there? Thanks,

--
Zhanyong

SteveH

unread,
Sep 19, 2008, 12:05:38 PM9/19/08
to Google C++ Testing Framework
Version 1.1.0 does fix the problems. (I was using 1.0.1)

Thanks.

Seemant Raj Chourey

unread,
Jan 31, 2019, 9:57:16 AM1/31/19
to Google C++ Testing Framework
I am using version 1.8.1 and facing same issue

Gennadiy Civil

unread,
Jan 31, 2019, 10:01:17 AM1/31/19
to Google C++ Testing Framework
VisualStudio 2005 is very old and not supported just FYI.
Reply all
Reply to author
Forward
0 new messages