Discussions related to Visual Prolog
fred malack
Active Member
Posts: 28
Joined: 9 Mar 2014 6:35

How to deploy my expert system.

Unread post by fred malack »

Hello i need help please on how i can deploy my system
And create an executable file please(the one that can be installed in my computer i realy need help)
fr@dlu
Martin Meyer
VIP Member
Posts: 328
Joined: 14 Nov 2002 0:01

Unread post by Martin Meyer »

Executable files are generated by building the project in the Integrated Development Environment (IDE). See http://wiki.visual-prolog.com/index.php ... w#Building.

By default executables along with some DLLs are placed in the subdirectories Exe and/or Exe64 of the project's base directory. To deploy your VIP application to some PC, you just need to copy the Exe and/or Exe64 directories to that PC.

Furthermore you might want to check thread http://discuss.visual-prolog.com/viewto ... +directory.

Regards,
Martin
User avatar
Jan de Lint
VIP Member
Posts: 83
Joined: 6 Mar 2000 0:01

Unread post by Jan de Lint »

See also http://www.jrsoftware.org/isdl.php
I use that occasionally.
]an
Post Reply