v-webui
v-webui copied to clipboard
Use any web browser as GUI, with V in the backend and modern web technologies in the frontend.
Hello, I tried to run the examples and got the following error: **In file included from /tmp/v_1000/main.16722958108676249408.tmp.c:817: /home/user/.vmodules/vwebui/webui/include/webui.h:158: error: declaration for parameter 'webui_new_window' but no such parameter** Can someone help...
when i try to compile or run a examples by GCC i get that error when i try to use Clang or TCC it give me a like that error...
I quickly started the V documentation (_copy of the C documentation_), but I still need to finish it. Local [v_api.md](https://github.com/alifcommunity/webui/blob/main/website/docs/v_api.md) [Online link](https://webui.me/docs/#/v_api)
TCC Issue
I was trying to compile `text-editor.v` but I got > builder error: 'tlhelp32.h' not found This is because https://github.com/civetweb/civetweb/issues/1158
I am on a Windows operating system. I have tried using _vegalite.js_ in my application. Everything works fine, until I click **Save as SVG** menu item near the plots. VWeb...
### Description page load but was broken (corrupted) ### Expected Behavior page is correctly loaded ### Reproduction Steps _No response_ ### Error Logs _No response_ ### Possible Solution in _webui_http_send_file()...
### Description nothing is shown (default html page for fail) ### Expected Behavior use the page to show ### Reproduction Steps _No response_ ### Error Logs _No response_ ### Possible...
webui.c:5360:24: error: passing argument 1 of 'strcmp' from incompatible pointer type [-Wincompatible-pointer-types] cc: 5360 | if (strcmp(pe32.szExeFile, process_name) == 0) { cc: | ~~~~^~~~~~~~~~ cc: | | cc: | WCHAR...