GeKnock Good afternoon! Please tell me why when creating an exe using rtc ( rtc.exe -s main.wlua . ) the WebView widget is not displayed at all (while the rest works and is displayed normally). At the same time, if you run it through wluart.exe everything is working fine. I also tried to connect libraries to the directory with the project, updated microsoft edge, tried different ways to compile the exe, tried to do it on another computer. Nothing is working out. What could be the problem? Please tell me! Thanks!!!
Samir You should not use Lua binary modules with static compiled executable. You should try to embed the webview dll using : rtc -w main.wlua . -lwebview Don't forget to put the Lua54.dll alongside with the generated exe