This is a (freely translated) Delphi port of the demo that can be found in <ISPL installation directory>\examples\firdemo.
File | Description | Copying policy |
FIRdemo.dpr | project file | 1 |
FIRdemo.dof | project options | 1 |
FIRMain.pas | port of firmaker.cpp | 1 |
FIRMain.dfm | main form | 1 |
NSPInfo.pas | nsp info unit | 1 |
NSPInfo.dfm | nsp info form | 1 |
SplitBox.pas | Component unit | 1 |
NumEdit.pas | Component unit | 2 |
SplitBox.dcr | Component resource | 1 |
NumEdit.dcr | Component resource | 2 |
FIRDemo package readme.htm | this file | 1 |
COPYING | GNU General Public License | 3 |
After installation of the Signal Display package (zoomdisp.zip), you should install the component units (SplitBox, NumEdit).
If you have the Math unit (not included in the Desktop/Standard versions of Delphi), you may remove the "NoMath" conditional define (dialog Project|Options, page "Directories/Conditionals").
To compile the demo, it is not necessary to install the components at all. When opening FIRDemo.dpr, simply quit the error message
Class TFloatEdit not found. Ignore the error and continue. <etc.>
by clicking on "Cancel" (*not* "Ignore"). However, you won't be able to examine FIRMain.dfm as long as the components aren't installed.
Use, modification and distribution is allowed without limitation, warranty, or liability of any kind.Copying policy 2 means:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.Copying policy 3 means:This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (file COPYING); if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Last updated May 21, 1999.