WebView2 added as embedded browser

This commit is contained in:
d1str4ught
2025-08-23 03:32:06 +02:00
parent 18b92aaeb6
commit d10ee0fc26
46 changed files with 114423 additions and 1785 deletions

View File

@@ -9,10 +9,9 @@
#include <crtdbg.h>
#endif
#include "../eterPack/EterPackManager.h"
#include "../eterLib/Util.h"
#include "../CWebBrowser/CWebBrowser.h"
#include "../eterBase/CPostIt.h"
#include "eterPack/EterPackManager.h"
#include "eterLib/Util.h"
#include "eterBase/CPostIt.h"
#include "CheckLatestFiles.h"
@@ -637,8 +636,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
}
#endif
WebBrowser_Startup(hInstance);
if (!CheckPythonLibraryFilenames())
{
__ErrorPythonLibraryIsNotExist();
@@ -651,8 +648,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
GameGuard_NoticeMessage();
#endif
WebBrowser_Cleanup();
::CoUninitialize();
if(gs_szErrorString[0])