wook815 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Missed implementation of InstallFailureWriter() for Windows #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build google-glog.sln
2. Use google::InstallFailureWriter(), link your project with google-glog lib

What is the expected output? What do you see instead?
unresolved external symbol "void __cdecl google::InstallFailureWriter(void 
(__cdecl*)(char const *,int))"

What version of the product are you using? On what operating system?
glog-0.3.3, msvc10, Windows 7, 64 bit

Please provide any additional information below.
There is no implementation of InstallFailureWriter() for Windows(see 
\glog-0.3.3\src\signalhandler.cc)

Original issue reported on code.google.com by grish.va...@gmail.com on 13 Nov 2013 at 4:33