Questions tagged [turbopower]

TurboPower Software Company (closed in 2003) made many Turbo Pascal and Delphi utilities and component libraries.

TurboPower Software Company (closed in 2003) made many Turbo Pascal and Delphi utilities and component libraries. Turbo Professional and Object Professional for Turbo Pascal and Orpheus,Abbrevia and Asynch Professional for Delphi are examples. The Delphi code is open sourced and can be found on SourceForge.

Links

27 questions
1
vote
1 answer

TurboPower LockBox how can one use AES with a byte array as key

I want to encrypt a file but i have the key as a byte array. I do not want to use a password. Is it possible ?
EchoRo
  • 119
  • 1
  • 11
0
votes
1 answer

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 and so no object inspector to simply double click…
None
0
votes
1 answer

Delphi TurboPower Async Professional Data Packet Access Violation…

I use windows 7, 64-bit SP1, and TP Async V4.07 and have the following problem: I have two Com ports, Com11, and Com18. I add the following components to my form: I open a Com port on ApdComPort2 (Com18) and it works without a problem. The…
Bo SM6FIE
  • 19
  • 4
0
votes
1 answer

c++builder linker problem with Abbrevia GetIt package : ilink32 error unresolved external

I am trying to use the abbrevia package ( https://github.com/TurboPack/Abbrevia ) with c++Builder in a console application. First i tried to manually install the package. But then i found it on GetIt. Issue persists no matter how it setup the…
ab at f
  • 1
  • 1
0
votes
1 answer

Trying to determine which verison of BlowFish is used by TurboPower LockBox 2 and/or 3

Trying to determine which verison of BlowFish is used by TurboPower LockBox 2 and/or 3. Any ideas? I've done a bunch of reserach and just see "BLOWFISH" but no version.
0
votes
1 answer

Issue with TurboPower Async Professional installation on Delphi-XE7

I want to make a Delphi program that can connect to my Arduino via usb(Serial communication), I know i have to use TpaPro (TurboPower Async Professional) for this but i don't know how to install it on Delphi-xe7. I installed the setup…
jwz104
  • 337
  • 2
  • 10
  • 22
0
votes
0 answers

TStDecimal and TurboPower SysTools

I'm trying to move SysTools to Win64. There is a class TStDecimal which is a fixed-point value with a total of 38 significant digits. The class itself uses a lot of asm code. Is there someone who already moved this class to Win64? Or is there…
0
votes
1 answer

TurboPower Lockbox 3 remove salt

In the answers in this question I found a reply: TurboPower LockBox 3: AES128 and padding ISO 10126 (2) For most chaining modes, TPLB3 will automatically add salt. This is normally a good thing, but if you need it without, you can remove the option…
Chopin
  • 147
  • 6
0
votes
1 answer

Turbo Power Asyncpro error on compiling

I have a C++ Builder XE project. I use additional packages from Turbo Power Async Professional called TApdComport to enabling the communication with Serial Port. However, I always got error message if I try to compile my project. Here is the…
Jessie M
  • 498
  • 1
  • 9
  • 23
0
votes
2 answers

TSimpleCodec.Begin_EncryptMemory - Wrong mode

I get TSimpleCodec.Begin_EncryptMemory - Wrong mode exception wile executing the following code. Is it something wrong? FLibrary := TCryptographicLibrary.Create(Self); FCodec := TCodec.Create(Self); FCodec.CryptoLibrary :=…
EchoRo
  • 119
  • 1
  • 11
-2
votes
1 answer

Which Delphi version should I use?

I'm starting a new project, and I want to use Delphi for the desktop GUI. I'll be doing mainly typical client/server stuff with it (probably with Firebird). I have Delphi XE6 pro, and the older versions that came with it. And these are some of my…
Dan
  • 168
  • 7
-6
votes
1 answer

Delphi 10 aes 128 ecb calculator error

I am using TurboPower Lockbox 3. It does not give the right result, where do I make mistakes ? I am doing the right calculation on this site. Aes calculator I am calculating the python and I get correct result. correct…
user5458165
1
2