Tagged Questions
The turbopower tag has no wiki summary.
4
votes
1answer
746 views
Delphi XE2 TurboPower component status
The TurboPower components were among the most popular commercial component libraries and are still used by many Delphi developers as they went open source. Instead of asking individually, I thought ...
4
votes
7answers
2k views
Delphi 2009 TurboPower library conversions
In the next few months I will be resurrecting a project which made extensive use of Orpheus and SysTools. The development system I used is long gone, so would like to update the libraries to my ...
3
votes
3answers
476 views
ASyncPro 5.00 in Delphi 2010 - Range Check Error
Trying to get AsyncPro running in D2010. Using the 5.00 version from Source Forge.
The AsyncPro code (in OOMisc.pas) below is failing with a range check errror on the MakeLong line below. I don't ...
3
votes
2answers
389 views
Windows appearing off edge of screen (Delphi)
Windows in my application are popping up off the edge of the screen, and this of course is a problem because some of the windows are modal and can't be dismissed (you don't even know they are there).
...
2
votes
1answer
122 views
Problem with TRandomStream - Delphi TurboPower LockBox 3
I am using TurboPower LockBox 3 (http://sourceforge.net/projects/tplockbox/ and http://lockbox.seanbdurkin.id.au/tiki-index.php)
I have a problem with the TRandomStream. I'm trying to generate a ...
2
votes
1answer
245 views
Converting TurboPower Lockbox 2 to LockBox 3
I am currently in the process of converting a project (that uses encryption) from Delphi 6 to XE. This project uses the old Delphi Encryption Compendium which does not work in XE. So I figured that I ...
1
vote
1answer
137 views
Using Turbopower XML Partner with Delphi XE 2
We are trying to migrate our Delphi Environement from Delphi2007 to Delphi XE2. We dowloaded the latest Turbopower xml partner from Sourceforge. net. When we make a simple test to load a xml file we ...
1
vote
1answer
337 views
Porting TurboPower Blowfish to .Net
I have an application that was originally written in Borland C++ and used a Blowfish algorithm implemented in the TurboPower LockBox component .
This application has now been ported to C#. ...
0
votes
2answers
281 views
Is there documentation for turbopower's OnGuard anywhere?
Er...is there documentation for turbopower's OnGuard anywhere?
Finally got the source code to turn itself into components on the pallete (D2009) and can run the examples but I don't know what most of ...
0
votes
1answer
378 views
Turbo Power systools stExport event in Delphi
I am using turbopower's stExport from the systools' package. Using it to export a dataset. That works great. The Class makes available FOnExportProgress. This class does not have a visual component ...