Hi, all
As you may know, the PCT demo programs that come with LCS III, and are available for download at Bill’s site, can only run on Windows systems. They are written in the Delphi programming language and there is no Delphi for Linux. The closest thing is the Lazarus programming language, with similar, but not identical syntax and functionality.
In the following link you can find the programs ported to Lazarus, with source code and compiled Linux binaries (executable programs):
https://dl.dropbox.com/u/70399093/LCSIIILinux.zip
Before releasing the programs, they need to be tested for bugs on different Linux systems. It would be very helpful if you would download and run these files on your Linux system to see if they can all execute, and if there are some bugs or non-functionalities. Even though the code is somewhat different, the programs should look very similar to the Windows version and have full functionality.
To run the programs, download the LCSIIILinux.zip file, unzip it and click the “LCS 3 demos” shortcut. Alternatively, you could click any of the specific demos inside their folders.
Things to look for: text or pictures out of place, files not being saved or loaded, segments of programs not working, unpredictable behavior or crashing of the programs, programs running too fast or too slow, and any other thing you think is out of place or is different from the Windows version.
If you don’t have a linux systems, but still wish to test the programs, you can try with a Live CD, which is a complete Linux distribution that runs from your CD, without installing the Linux on your computer. Here is Linux Mint: http://www.linuxmint.com/download.php
Any questions you have or bugs you find, you can post on this thread or send them to adam.matic@gmail.com
···
If you wish to compile the files on your system weather it’s Windows, Linux or MacOS, you need Lazarus, the newest version of can be found here: http://www.lazarus.freepascal.org/
Before compiling make sure that the LCL widgetset is set to GTK2. It’s default on Linux, but on Windows and MacOS, you need to do the following:
start Lazarus. From the Tools menu, chose “Configure Build Lazarus”, and from the dropdown menu “LCL widgetset” choose “gtk2”, chose your system, and click Build. After this, you should be able to compile and run the demos.
Happy testing,
Adam


