jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error with err LNK2019

hiepvip99 opened this issue · comments

std.ixx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void (__cdecl* std::_Raise_handler)(class stdext::exception const &)" (_imp?_Raise_handler@std@@3P6AXAEBVexception@stdext@@@ZEA::<!std>) referenced in function "public: void __cdecl stdext::exception::_Raise(void)const " (?_Raise@exception@stdext@@QEBAXXZ::<!std>) [C:\Users\hiepl\Downloads\flutter_poke_com\build\windows\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Users\hiepl\Downloads\flutter_poke_com\build\windows\plugins\webview_windows\Debug\webview_windows_plugin.dll : fatal error LNK1120: 1 unresolved externals [C:\Users\hiepl\Downloads\flutter_poke_com\build\windows\plugins\webview_windows\webview_windows_plugin.vcxproj]

@kvenkataprasad the link leads nowhere, I have the same issue.