locobrain/google-glog

Glog‘s all functions are worked but InstallFailureSignalHandler() Linking failed in vs2010

Opened this issue · 1 comments

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
google::InstallFailureSignalHandler() and 
google::InstallFailureWriter(&SignalHandle) Linking failed 

What version of the product are you using? On what operating system?
GLog0.33(libglog.dll)+VS2010+win7 64 

Please provide any additional information below.

error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl 
google::InstallFailureWriter(void (__cdecl*)(char const *,int))" 
(__imp_?InstallFailureWriter@google@@YAXP6AXPBDH@Z@Z),

 error LNK2019: unresolved external symbol"__declspec(dllimport) void __cdecl google::InstallFailureSignalHandler(void)" (__imp_?InstallFailureSignalHandler@google@@YAXXZ),

Original issue reported on code.google.com by guanq...@gmail.com on 3 Oct 2014 at 4:01

for help,does not InstallFailureSignalHandler()  surport in vs2010??

Original comment by guanq...@gmail.com on 3 Oct 2014 at 4:04