Search found 80 matches

by drspro2
10 May 2023 12:50
Forum: Visual Prolog
Topic: Chaind Db
Replies: 1
Views: 80

Chaind Db

hi ,

I thought the chaindb was abandoned?

i see that it is active in the new versions?

thankyou
by drspro2
1 Apr 2022 17:18
Forum: Visual Prolog
Topic: sci lexer colors
Replies: 5
Views: 7868

Re: sci lexer colors

I have tried this code below, and it works very good.

sciLexer_ctl:styleSetFore(16, 0x910000),
sciLexer_ctl:styleSetBack(16, 0xC4FFFF).

sciLexer_ctl:styleSetFore(sce_visualProlog_string, 0x910000),
sciLexer_ctl:styleSetBack(sce_visualProlog_string, 0xC4FFFF).


thankyou.
by drspro2
1 Apr 2022 9:09
Forum: Visual Prolog
Topic: sci lexer colors
Replies: 5
Views: 7868

Re: sci lexer colors

dear Thomas,

thankyou for your reply,

I didnt change any colors yet and the config was set through :

sciLexer_ctl:lexerDefault_visualProlog().

I use Visual-Prolog 9, maybe this contains an older scilexer.dll

i will investigate it further and will then post the extra info here.
by drspro2
31 Mar 2022 9:33
Forum: Visual Prolog
Topic: sci lexer colors
Replies: 5
Views: 7868

sci lexer colors

dear VIP prolog users, I use scintilla control in several projects, it is an ideal way to edit settings. When using Visual prolog syntax I cant seem to succeed in changing the color of The string, I attach a screen shot here. current color is very difficult to read . If anyone knows a solution would...
by drspro2
7 Feb 2022 15:40
Forum: Visual Prolog Tips & Samples
Topic: VPcURL revised
Replies: 11
Views: 20941

Re: VPcURL revised

dear Jan,

it is unclear to me how the Libcurl.dll from the Haxxe website should be loaded,

should it be placed next to the .exe file

or does it have to be loaded through : useDll::load("libcurl.dll")

thankyou
by drspro2
30 Jul 2020 8:00
Forum: Visual Prolog
Topic: webassembly
Replies: 6
Views: 6914

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...
by drspro2
29 Jul 2020 5:41
Forum: Visual Prolog
Topic: webassembly
Replies: 6
Views: 6914

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...
by drspro2
27 Jul 2020 20:49
Forum: Visual Prolog
Topic: webassembly
Replies: 6
Views: 6914

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.
by drspro2
27 Jul 2020 6:21
Forum: Visual Prolog
Topic: webassembly
Replies: 6
Views: 6914

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...
by drspro2
14 Jul 2020 10:39
Forum: Visual Prolog
Topic: web browser in vp
Replies: 2
Views: 4839

Re: web browser in vp

sounds good, thankyou for the information
by drspro2
5 Jul 2020 9:25
Forum: Visual Prolog
Topic: web browser in vp
Replies: 2
Views: 4839

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?
by drspro2
4 Jan 2019 7:14
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

Re: anti virus programs

an install tool can help,

Currently I use NSIS install tool, is that similar to Inno setup ?
by drspro2
11 Dec 2018 13:26
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

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...
by drspro2
8 Dec 2018 20:59
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

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...
by drspro2
16 Oct 2018 9:23
Forum: Visual Prolog
Topic: Notepad++ Visual Prolog Language Support
Replies: 16
Views: 25657

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...