Here is a 15-Puzzle Game program I wrote in Visual Prolog 6.1 two years ago.
The program uses scrollbars, it is possible save, open and replay the game.
To run it in Visual Prolog 7.0 delete from VDE :
vip7edit.lib
vip7vpi.lib.
Last edited by CalmoSoft on 13 Oct 2020 15:10, edited 41 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 13 Oct 2020 15:11, edited 9 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 13 Oct 2020 15:11, edited 9 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 25 Jul 2020 0:25, edited 13 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 13 Oct 2020 15:13, edited 3 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 13 Oct 2020 15:11, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 13 Oct 2020 15:12, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Your program seems to work in Vip8 with very few changes, and the mentioned code does not need to be changed. So I assume that you are doing a more fundamental update to the newer gui structure. In that structure you don't have a thisWin fact, and your destroy handler will therefore not do anything at all. Subsequently, it is more natural not to have a destroy handler at all.
If you are updating it more radically, I think you should update it to be an SDI application.
Last edited by CalmoSoft on 14 Mar 2019 14:46, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
Last edited by CalmoSoft on 13 Oct 2020 15:12, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
( ~ CalmoSoft ~)