HI Michael, I know this is an old post, but I stumbled on it today. Here's what I did to get TurboPower SysTools working in Delphi 7: * Copy tpsystools_4_03.zip to C:\Tmp * Unzip and move the entire "tpsystools_4_03" folder to $(DELPHI) - e.g. C:\Program Files\Borland\Delphi7, orwherever you installed Delphi 7 - As a private note here, on x64 Windows 10+ you are recommended to NOT install Delphi 7 in %ProgramFiles(x86)%. Rather choose a folder where UAC won't constantly tie your hands like C:\Apps\Dev\Borland\Delphi7....
HI Michael, I know this is an old post, but I stumbled on it today. Here's what I did to get TurboPower SysTools working in Delphi 7: * Copy tpsystools_4_03.zip to C:\Tmp * Unzip and move the entire "tpsystools_4_03" folder to $(DELPHI) - e.g. C:\Program Files\Borland\Delphi7, orwherever you installed Delphi 7 * Delete C:\Tmp\tpsystools_4_03.zip * Open Delphi 7 * File > Open * Navigate to $(DELPHI)\tpsystools_4_03\packages\S403_d70.dpk - "Package - S403_d70.dpk" will be displayed - Click "Install",...
I am trying to install Systools into Delphi 7. Unfortunately I have no working help file or other documentation. The Readme file for Systools says that I should install in the Library path but I have no idea how to do that. Can anyone help me with this? Thanks in advace. Michael Bate
var zeeb : tRect; begin zeeb.Top := 0; zeeb.Left := 0; zeeb.Bottom := Form1.qri_barcode.Height; zeeb.Right := Form1.qri_barcode.width; Form1.bc_test.PaintToCanvas(Form1.qri_barcode.Canvas, zeeb); Form1.QuickRep1.Preview; where qri_barcode is an image & .bc_test is a barcde component
procedure StreamReaderTestToday; var m2: TStreamReader; //fs: TFileStream; //CL.AddTypeS('TStreamReader',...
procedure StreamReaderTestToday; var m2: TStreamReader; //fs: TFileStream; //CL.AddTypeS('TStreamReader',...
Thanks for your reply Robert. I'll keep searching. If you know of somebody who could...
<html><body>I'm sorry I haven't coded in Delphi for some time and don't have a dev...
Hi Robert, I have been searching for the qrstbar.pas file for awhile. I would like...
Hi Willi, Do you have the qrstbar.pas file? I have been searching for it for awhile....
Hello, I hope I'm posting at the right location. This is from the LinReg16 routine...
Hello, I hope I'm posting at the right location. There is from the LinReg16 routine...
Hi Dan Swain & Thomas Mueller Is this tool compatible with Delphi XE3/XE4/XE5 to...
I just compiled packages for XE4. Would you like them to add to the download?
Added Packages for XE6
I fixed the .inc file. The packages were changed to use the LibSuffix a while ago....
stdefine.inc file define for XE2 wrong syntax in update 4.04U
wmDataCopy/stFirst not working: Fault in stFirst.ActivateFirst (fixed)
Fixed StDefine.inc for older Delphi versions. F...
Also the package project files only seem to build the 404_r160.bpl, not any other...
stdefine.inc file define for XE2 wrong syntax in update 4.04U
wmDataCopy/stFirst not working: Fault in stFirst.ActivateFirst (fixed)
Are the SysTools for Delphi 7 available?
steve could you send me the packages for D7 to joluzu@hotmail.com thank you in advanced...