MicrosoftEdge / WebView2Samples

Microsoft Edge WebView2 samples
830 stars 460 forks source link

unable to move the Win32_GettingStarted sample code in c++ static libray #151

Open lucamorelli opened 1 year ago

lucamorelli commented 1 year ago

Hi, I have to move the code that create the webview from the main c++ app to a static c++ library.
I have added the two nuget packages but if I try to compile the sample I have a link error with the GetClientRect function. Am I missing something? How can I solve this link error?