Search found 83 matches

by Jan de Lint
14 Mar 2022 16:31
Forum: Visual Prolog Tips & Samples
Topic: VPcURL revised
Replies: 11
Views: 20941

Re: VPcURL revised

Thanks! If I remember correctly (it's been a long time!), the libcurl dll returns an error code in case of an error. That code could be easily used to raise an exception. Depending on the scenario that exception could include the error message text which can be extracted from that dll as per the exa...
by Jan de Lint
8 Feb 2022 9:28
Forum: Visual Prolog
Topic: VPcURL package
Replies: 1
Views: 4934

VPcURL package

I noticed that curl is also embedded in the latest windows 11. Microsoft now 'cherry picks' some of the best open source packages for development. This makes the VPcURL package even more interesting.
Perhaps a candidate as a starting point for official embedding in a new release of VP?
]an
by Jan de Lint
8 Feb 2022 9:06
Forum: Visual Prolog Tips & Samples
Topic: VPcURL revised
Replies: 11
Views: 20941

Re: VPcURL revised

Hi Rene, the libcurl.dll must be placed in the same directory as the program exe. After all these years there is still no apparent change in the libcurl.dll interface. The libcurl.dll can be obtained from one of the binary downloads provided on the Haxxe website. On the other hand I use a -very - ol...
by Jan de Lint
30 Nov 2021 13:00
Forum: Visual Prolog Tips & Samples
Topic: VPcURL revised
Replies: 11
Views: 20941

Re: VPcURL revised

After some 10 years, the "VPcURL revised" package needs some minor updating for version 10. Just use the guidance of warnings and errors(2) messages. Change uncheckedConvert into convert
by Jan de Lint
30 Nov 2021 12:40
Forum: Visual Prolog
Topic: uncheckedConvert(pointer, Binary)
Replies: 2
Views: 2525

Re: uncheckedConvert(pointer, Binary)

Thanks! That was easy. I retrofitted also the version 9 changes regarding the bit::bitAnd change into the ** operator (and other similar changes). Could not find the operator section in the Wiki. Wonder why for instance ** was chosen instead of the usual &&. Fortunately the warning messages ...
by Jan de Lint
27 Nov 2021 16:22
Forum: Visual Prolog
Topic: uncheckedConvert(pointer, Binary)
Replies: 2
Views: 2525

uncheckedConvert(pointer, Binary)

My Prolog has become rusty :-(
How do I handle:

uncheckedConvert(pointer, Binary)
e504 The expression has type '::binary', which is incompatible with the type '::pointer'
by Jan de Lint
12 Oct 2020 16:13
Forum: Visual Prolog
Topic: Inserting images in forum posts
Replies: 6
Views: 6572

Re: Inserting images in forum posts

Works for me too! Chrome browser.
by Jan de Lint
5 Jan 2019 21:10
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

Re: anti virus programs

I'm sure the large Inno Setup users community can be of some assistance, but basically you are on your own :oops: . Over the years, Inno Setup worked for me, and I let it create registry entries for the program, e.g. uninstall. I did not sign the program, however the download site had a domain certi...
by Jan de Lint
27 Dec 2018 14:34
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

Re: anti virus programs

Now that you mention it, yes my VP installation always goes smooth. One tip though, if you provide a generic download of a certain VP version (which requires f.i. a registration code at install time), your installable will be even better accepted than your current downloads which are personalized. A...
by Jan de Lint
24 Dec 2018 11:06
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

Re: anti virus programs

For instance: an installer helps create one or more entries in the windows registry at install time under your control, which in turn are recognized by the anti virus program. It also provides the possibility to 'sign' the installable. (I never used the latter). Also the fact that an uninstaller is ...
by Jan de Lint
22 Dec 2018 16:12
Forum: Visual Prolog
Topic: anti virus programs
Replies: 12
Views: 18419

Re: anti virus programs

Perhaps I missed it, but did you guys deploy your apps in an installer like Inno Setup?
That might help.
]an
by Jan de Lint
22 Feb 2018 20:20
Forum: Visual Prolog
Topic: Integrating with foreign IDE's
Replies: 2
Views: 5627

Integrating with foreign IDE's

Thomas, since you stress the importance of a VCS, here are my two cents: Modern IDE's are integrated with a VCS, primarily with GIT, which helps a lot with the learning curve. As a spin-off it is a natural to be able to invoke a sophisticated diff view so that the changes (= progress :-) or mistakes...
by Jan de Lint
4 Sep 2017 9:34
Forum: Visual Prolog
Topic: Notepad++ Visual Prolog Language Support
Replies: 16
Views: 25657

After reinstall it works. But now the plugin 'plugin manager' is lost.
]an
by Jan de Lint
4 Sep 2017 8:07
Forum: Visual Prolog
Topic: Notepad++ Visual Prolog Language Support
Replies: 16
Views: 25657

Tried both VIP 5.1 and VIP 7.5 files.
Doesn't work for me either. Will try reinstall.
]an
by Jan de Lint
3 Sep 2017 14:32
Forum: Visual Prolog
Topic: Notepad++ Visual Prolog Language Support
Replies: 16
Views: 25657

Notepad++ Visual Prolog Language Support

I noticed that the latest version of Notepad++ 7.5.1 announces Visual Prolog language support.
That would be of course a good thing!
Can anybody comment on that?
Thanks,
]an