Discussions related to Visual Prolog
dazacher
Posts: 2
Joined: 27 Mar 2015 3:36

Easy migration from Turbo Prolog console app code?

Unread post by dazacher »

Hi,

I have some old code that I last compiled about 20 years ago using Turbo Prolog. Is there a set of project options I can use to compile the code to a console app as-is with VP?

-Darren
User avatar
Thomas Linder Puls
VIP Member
Posts: 1399
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

You cannot compile the old Turbo Prolog code in Visual Prolog. Some syntax has changed and everything have to be structured into classes. Besides this much of the library software has changed since then.

To create a console project you choose "Console application" in the Project Kind field.

I think the best way for you to proceed is to go through some of the tutorials and become acquainted with the new language and the IDE, before trying to reuse your old code.
Regards Thomas Linder Puls
PDC
dazacher
Posts: 2
Joined: 27 Mar 2015 3:36

Unread post by dazacher »

Thank you Thomas.
Post Reply