Discussions related to Visual Prolog
User avatar
Tonton Luc
VIP Member
Posts: 204
Joined: 16 Oct 2001 23:01

VP 7 VDE specification

Unread post by Tonton Luc »

Hi,

If I add a constant in my project like :

Code: Select all

constants my_const = "_zzzz".
...is it possible to add dynamically the contain of my_const in the name of the project application each time I compile my project ?

For example, if the name of my project = "applic_1.prj6", for the moment, each time I compile this project I generate a new file named "applic_1.exe".

Is it possible to generate a file named "applic_1_zzzz.exe" ?

...because some time I need to change manually the value of my_const in my project.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

No, that is not supported.
Regards Thomas Linder Puls
PDC
Post Reply