acimpoeru / google-glog

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

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
for help,does not InstallFailureSignalHandler()  surport in vs2010??

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

GoogleCodeExporter commented 8 years ago
i am also facing the same problem.

Original comment by chahat.g...@gmail.com on 7 Apr 2015 at 9:30