Search found 239 matches
- 5 Jan 2019 21:10
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 610
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...
- 27 Dec 2018 14:34
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 610
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...
- 24 Dec 2018 11:06
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 610
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 ...
- 22 Dec 2018 16:12
- Forum: Visual Prolog
- Topic: anti virus programs
- Replies: 12
- Views: 610
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
That might help.
]an
- 22 Feb 2018 20:20
- Forum: Visual Prolog
- Topic: Integrating with foreign IDE's
- Replies: 2
- Views: 1890
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...
- 4 Sep 2017 9:34
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 3188
- 4 Sep 2017 8:07
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 3188
- 3 Sep 2017 14:32
- Forum: Visual Prolog
- Topic: Notepad++ Visual Prolog Language Support
- Replies: 16
- Views: 3188
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
That would be of course a good thing!
Can anybody comment on that?
Thanks,
]an
- 23 Aug 2017 9:55
- Forum: Visual Prolog
- Topic: Promises in VP 8
- Replies: 5
- Views: 901
Thanks Thomas! The reactiveX library contains some 68 different operators on observables and your story illustrates why that large number would be necessary. A practical point is that the programmer needs to remember to unsubscribe from the observable when finished, otherwise the events will continu...
- 22 Aug 2017 9:13
- Forum: Visual Prolog
- Topic: Promises in VP 8
- Replies: 5
- Views: 901
OK The keyword webservice is all I needed. I must say that I just got my arms around promises and observables in Angular and was looking for the equivalents in VP 8. Can anybody tell me if futures are the equivalent of observables? Can you 'subscribe' to futures? I think this is all exiting new stuf...
- 20 Aug 2017 15:24
- Forum: Visual Prolog
- Topic: Promises in VP 8
- Replies: 5
- Views: 901
Promises in VP 8
Where can I find the documentation or the example for promises?
Regards,
]an
Regards,
]an
- 23 Apr 2016 17:48
- Forum: Visual Prolog
- Topic: AES encryption
- Replies: 3
- Views: 2980
I used the openssl library.
See Wiki
You might encounter problems incorporating a foreign dll in VP prior to 7.5 however.
]an
See Wiki
You might encounter problems incorporating a foreign dll in VP prior to 7.5 however.
]an
- 16 Apr 2016 8:32
- Forum: Visual Prolog
- Topic: AES encryption
- Replies: 3
- Views: 2980
Hi Tonton, I would not code encrypting myself. There are open source encrypting programs of all sorts which provide also DLL's. I used one of those until VP provided a more native solution. If you have a 'foreign' DLL, you can rather easily use it, be it 32 or 64 bits. However I would advise you to ...
- 17 Oct 2015 9:17
- Forum: Visual Prolog
- Topic: vPcURL encoded an URL
- Replies: 8
- Views: 4496
- 3 Oct 2015 10:59
- Forum: Visual Prolog
- Topic: vPcURL encoded an URL
- Replies: 8
- Views: 4496
Re: vPcURL encoded an URL
Yes, there is curl_easy_escape (and curl_easy_unescape) in VPcURL.iTonton Luc wrote:Hi,
Is there any vPcURL curl_easy_setopt
]an