home › Forums › # Technical Support › Unhandled exception at 0x751a9617 in test.exe › Reply To: Unhandled exception at 0x751a9617 in test.exe
Hello
I was adding fuzzylite-dbg.lib before. because when i add fuzzylite-static-dbg.lib, it gives following error.
1> Creating library D:\1_Kinect\Fuzzy_test\Fuzzy_API_Test\Debug\Fuzzy_API_Test.lib and object D:\1_Kinect\Fuzzy_test\Fuzzy_API_Test\Debug\Fuzzy_API_Test.exp
1>fuzzylite-static-dbg.lib(Exception.obj) : error LNK2019: unresolved external symbol __imp__SymFromAddr@20 referenced in function “public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl fl::Exception::btCallStack(int)” (?btCallStack@Exception@fl@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>fuzzylite-static-dbg.lib(Exception.obj) : error LNK2019: unresolved external symbol __imp__SymInitialize@12 referenced in function “public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl fl::Exception::btCallStack(int)” (?btCallStack@Exception@fl@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>D:\1_Kinect\Fuzzy_test\Fuzzy_API_Test\Debug\Fuzzy_API_Test.exe : fatal error LNK1120: 2 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
When i compile fuzzylite solution, it didnt generate dbghelp.lib in bin\debug folder. i have completed other steps except adding dbghelp.lib.