jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Build error with err LNK2019 #251

Closed hiepvip99 closed 1 year ago

hiepvip99 commented 1 year ago

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 commented 1 year ago

please see the link below.

https://github.com/jnschulze/flutter-webview-windows/issues/239#issuecomment-1564431122

Eerey commented 1 year ago

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