Download Latest Version 2.672 source code.zip (370.0 kB)
Email in envelope

Get an email when there's a new version of Scanner Screen

Home / Whistlertest
Name Modified Size InfoDownloads / Week
Parent folder
project1.lpr 2024-04-23 466 Bytes
project1.lps 2024-04-23 5.2 kB
project1.res 2024-04-23 135.5 kB
unit1.lfm 2024-04-23 2.2 kB
unit1.pas 2024-04-23 8.8 kB
project1.ico 2024-04-23 133.3 kB
project1.lpi 2024-04-23 2.1 kB
Totals: 7 Items   287.6 kB 0
How to compile

1. Download and install Lazarus IDE for free pascal.
2. Open Lazarus IDE, then go to "Project" > "Open project" and navigate to the directory containing the LPI file. Open the LPI file.
3. Go to the [GitHub repository](https://github.com/geby/synapse/tree/master) for synapse and download the ZIP file.
4. Extract the package directory from the ZIP file.
5. In Lazarus, go to "Package" > "Open package file" and select the LPK file from the extracted directory.
6. Add package to your project.
7. Open the LPK file and click "Install", then add it to your project. This will get you the latest version.
8. Go to the [GitHub repository](https://github.com/BerndGabriel/HtmlViewer) for HtmlViewer and download the ZIP file.
9. Extract the package directory from the ZIP file.
10. In Lazarus, go to "Package" > "Open package file" and select the LPK file from the extracted package directory.
11. Open the LPK file and click "Install", then add it to your project. This will avoid the error that the online package manager has for this package.
12. Click "Run" and then "Compile".
13. If you want to create an installer, download NSIS and HM NIS Edit.
14. Open HM NIS Edit and open the NIS file located in the project directory.
15. For the installer, you will need to download the "ShellExecAsUser" plug-in DLL from the following link:
[ShellExecAsUser plug-in - NSIS](https://nsis.sourceforge.io/mediawiki/images/1/1d/ShellExecAsUserUnicodeUpdate.zip)
16. Unzip the downloaded file and copy the DLL from the "ansi" directory to "C:\Program Files (x86)\NSIS\Plugins\x86-ansi". Also, copy the Unicode version of the DLL from the zip file to "C:\Program Files (x86)\NSIS\Plugins\x86-unicode".

17. In HM NIS Edit, click the "Build" button, and it will create an installer for your project.
Source: README, updated 2024-04-07