You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the prerequisites, and after running "cmake --build . --config Release" line I receive a screen full of errors.
"C:\users(myname)\ultralight-quick-start\src\MyApp.h(22): error C3668: 'Myapp::OnClose': method with override specifier 'override' did not override any base class methods [C:\users(myname)\ultralight-quick-start\build\MyApp.vcxproj]
Which then repeats itself for a few more console lines and does not produce any useful result.
Is there any way to fix this? A quick google search led me to an issue where a user had the same problem about a year ago, but then it was claimed to have been fixed. It seems otherwise.
The text was updated successfully, but these errors were encountered:
After installing the prerequisites, and after running "cmake --build . --config Release" line I receive a screen full of errors.
"C:\users(myname)\ultralight-quick-start\src\MyApp.h(22): error C3668: 'Myapp::OnClose': method with override specifier 'override' did not override any base class methods [C:\users(myname)\ultralight-quick-start\build\MyApp.vcxproj]
Which then repeats itself for a few more console lines and does not produce any useful result.
Is there any way to fix this? A quick google search led me to an issue where a user had the same problem about a year ago, but then it was claimed to have been fixed. It seems otherwise.
The text was updated successfully, but these errors were encountered: