Search found 75 matches
- 30 Jul 2020 8:00
- Forum: Visual Prolog
- Topic: webassembly
- Replies: 6
- Views: 3018
Re: webassembly
I thought that I had found a javascript webassembly example where the webassembly interacts with the canvas in the HTML page, this is the FANN library in javascript implementation. so when VP itself uses prolog as a developping language that should proof that it is fast. despite the fact that Artifi...
- 29 Jul 2020 5:41
- Forum: Visual Prolog
- Topic: webassembly
- Replies: 6
- Views: 3018
Re: webassembly
yes that is right, webassembly runs separatly like a flash applet or java applet, though they have already tackled this point, the way of communicating for the webassembly module to the data in the javascript is already completely described in the design. for example there exists already an IDE with...
- 27 Jul 2020 20:49
- Forum: Visual Prolog
- Topic: webassembly
- Replies: 6
- Views: 3018
Re: webassembly
thankyou for the information,
the last sentence about webassembly sounds a bit odd to me, as my understanding was that WebAssembly is now adopted and supported by all current webbrowser engines, also they have plans to keep developping it alongside normal javascript.
the last sentence about webassembly sounds a bit odd to me, as my understanding was that WebAssembly is now adopted and supported by all current webbrowser engines, also they have plans to keep developping it alongside normal javascript.
- 27 Jul 2020 6:21
- Forum: Visual Prolog
- Topic: webassembly
- Replies: 6
- Views: 3018
webassembly
they say it is already possible to convert C-code to webassembly code, would it theoretically be possible to let VP generate webassembly code? the other way would be to make a prolog parser to parse prolog code, and then write a prolog program which can output webassembly code for this parsed prolog...
- 14 Jul 2020 10:39
- Forum: Visual Prolog
- Topic: web browser in vp
- Replies: 2
- Views: 2563
Re: web browser in vp
sounds good, thankyou for the information
- 5 Jul 2020 9:25
- Forum: Visual Prolog
- Topic: web browser in vp
- Replies: 2
- Views: 2563
web browser in vp
in windows 10 recently the new Edge browser was installed, will this new browser version of microsoft be called through the visual-prolog web-browser embed, or would it continue using the older internet explorer which is installed in the windows OS?
- 4 Jan 2019 7:14
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 8806
Re: anti virus programs
an install tool can help,
Currently I use NSIS install tool, is that similar to Inno setup ?
Currently I use NSIS install tool, is that similar to Inno setup ?
- 11 Dec 2018 13:26
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 8806
Re: anti virus programs
dear Thomas and Paul, thankyou for the feedback, good to know that we are not alone on this issue. Indeed for example older DLL files which havent been changed for years suddenly become suspicious in the opinion of certain AV vendors. Some recent AV programs become more and more strict. And one extr...
- 8 Dec 2018 20:59
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 8806
anti virus programs
dear Forum, It is becoming very difficult to distribute Vip applications to windows-systems on customers machines. I have until now encountered several antivirus programs which throw away all the executables, and some of them even throw away all de vip-dlls. When in contact with the client it is ver...
- 16 Oct 2018 9:23
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 16449
Re: Notepad++ Visual Prolog Language Support
Indeed the visual-prolog syntax config existed in a separate file, I was allowed to copy the xml VP part of that file in the Theme.xml file, then it took over its syntax colors in the new Theme, ofcourse the colors had to be changed because they appeared the same as where they were in the default wh...
- 11 Oct 2018 7:30
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 16449
Re: Notepad++ Visual Prolog Language Support
there is a themes folder which contains xml files, but there is no default theme xml file which was used before the change and what would contain the syntax configuration for the visual-prolog token coloring, so the syntax coloring scheme is stored elsewhere is my assumption at this moment
- 10 Oct 2018 5:46
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 16449
- 10 Oct 2018 5:44
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 16449
Re: Notepad++ Visual Prolog Language Support
hi, in notepad plus plus through: item Settings - and then the second item underneath it, in Dutch: 'Opmaak' (Layout I think ) then there are several color themes, my idea is to have a grey background which could be easier to read compared to white background, the Atom editor also has support for Pr...
- 9 Oct 2018 4:23
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 16449
Re: Notepad++ Visual Prolog Language Support
I have been using the notepad-plus-plus editor, it worked very good, until now when I changed the color-theme, ( i wanted to have grey as a background) it loses the Visual-prolog syntax coloring. I am trying to find how to get the syntax coloring back.
- 1 May 2018 9:53
- Forum: Visual Prolog
- Topic: webbrowser
- Replies: 4
- Views: 9502
Re: webbrowser
in more recent versions of windows server on RDP it seems that the web browser control does work correct, without errors or sudden kills , so that is very good, im interested if anyone has experience with it