
google-glog - issue #223
Glog‘s all functions are worked but InstallFailureSignalHandler() Linking failed in vs2010
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),
Comment #1
Posted on Oct 3, 2014 by Helpful Horsefor help,does not InstallFailureSignalHandler() surport in vs2010??
Comment #2
Posted on Apr 7, 2015 by Swift Dogi am also facing the same problem.
Status: New
Labels:
Type-Defect
Priority-Medium