litebrowser icon indicating copy to clipboard operation
litebrowser copied to clipboard

The simple browser based on litehtml engine (windows)

Results 13 litebrowser issues
Sort by recently updated
recently updated
newest added

Built with VS2022 x64 debug. The litehtml home page loads fine. Clicking on "Get the code" in the page's top menubar results in an assertion failure in html_tag::get_property. It looks...

I tried building and got min and max undefined in GdiplusTypes.h. This bug report indicates I need a later Windows SDK, which I'm installing now. https://developercommunity.visualstudio.com/t/GdiplusTypesh-does-not-compile-with-NOM/727770 I suggest adding that...

I cloned the project on Windows and built it with Developer PowerShell for VS 2022: > set VSCMD_ARG_TGT_ARCH=x64 > msbuild litebrowser.sln /p:Configuration=Release But after copying the DLL's from /libs I...