Mehmet Ali Şipi
Mehmet Ali Şipi
I made a basic Articles example. This is not use any db or anything but it's good to explain V-JavaScript inter-op. Also this example written by vanilla JavaScript but could...
> Do you know how to solve it? v installs default branch so you must install yourself, `cd ~/.vmodules/malisipi` `rm -rdf mui` `git clone https://github.com/malisipi/mui --branch webview` Also you must...
Looks like `webview.o` created correctly. But i guess v can not found gcc and so tried to use msvc, and failed. Did you add gcc to path before compiling v-example....
Your executables created correctly according V compiler logs, so should work fine and i can not recognize the bug. * Does works Articles example? (`~/.vmodules/malisipi/mui/examples/webview/articles.v`) * Does works MUI example?...
> Same with articles.v, no window, compilation goes through silently. If a executable was created, can you upload? > `v run demo.v` I can reproduce the bug, i will fix...
> Do we have any error logs somewhere? Sorry, i haven't created any log system. > However the v -cc gcc run articles.v is not working. Does this command create...
Run without `run` keyword `v -cc gcc articles.v`
Also the issue is about like webview, can you check out you have microsoft webview2 runtime. If you not, you can download from [Microsoft](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)
> ok, the `v -cc gcc articles.v` did the work. please find it [here](https://fairking.mooo.com/index.php/s/ZHc9XGZnEnSCgmD). This example works (your compiled) on me. Did you copy WebView2Loader.dll to your app directory? You...
> Would be nice to write a doc how to build the mui app. You're right. I will write a documentation before merge webview with main branch.