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
Name Modified Size InfoDownloads / Week
Whistlertest 2024-04-23
2.672 2024-04-18
2.671 2024-04-16
2.670 2024-04-15
2.669 2024-04-15
2.668 2024-04-14
2.667 2024-04-14
2.665 2024-04-13
2.664 2024-04-12
2.663 2024-04-11
2.662 2024-04-10
2.661 2024-04-10
2.659 2024-04-09
2.658 2024-04-09
2.657 2024-04-09
2.656 2024-04-07
2.654 2024-04-07
whistlertest.exe 2024-04-28 25.9 MB
Scanner_Screen_Setup.zip 2024-04-18 2.4 MB
README 2024-04-07 1.8 kB
Totals: 20 Items   28.3 MB 10
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