Quantcast
Channel: Delphi Forum - Delphi Programming Kings of Code - Delphi Tools
Viewing all 636 articles
Browse latest View live

Inno Script Studio

$
0
0
[Image: isstudio_text.png]Inno Script Studio is a new intuitive graphical interface for generating and compiling scripts for the award winningYou can't view the links! Click here to register compiler from Jordan Russell.Inno Script Studio provides help to simplify the creation of Microsoft Windows installations by allowing the generation of Inno Setup scripts by use of the intuitive interface to reduce the need to manually edit the Inno Setup scripts.If you’ve created a freeware application, or even if it’s a large and complex application, Inno Script Studio will help you create the perfect Windows installation that fits both you and your customers’ requirements.


Native Firemonkey vector country flags

$
0
0
Usage: Just copy the content of txt to Firemonkey form.

 

 

Virtual Serial Port Driver

$
0
0
System Requirements
Windows 2000, Windows (32-bit and 64-bit): XP/2003/2008/ Vista/7/8/10, Windows Server 2012

İmage

 

Rad Studio 10.1 Berlin Update 1 Patch

Kitto Framework- Rich Internet Applications

$
0
0
 Kitto allows to create Rich Internet Applications based on a data model that can be mapped onto any database. The client-side part uses ExtJS (through the ExtPascal library) to create a fully AJAX application, allowing you to build standard and advanced data-manipulating forms in a fraction of the time.Kitto is aimed at Delphi developers that need to create web application without delving into the intricacies of HTML, CSS, Javascript or learning to use a particular library such as ExtJS, yet it allows access to the bare metal if required.Kitto includes a database-agnostic data-access layer, allowing to create applications that work on any database engine and port applications between database engines.A Kitto application is described as a set of easily maintained YAML files, keeping definitions abstract and declarative and allowing for future extensions. Business rules are enforced either declaratively or through small javascript fragments on the client, or in Delphi code on the server.Kitto was designed by Nando Dessena and its development is sponsored by You can't view the links! Click here to register, which uses Kitto for internal development projects and client work and provides Kitto-related tools, support and development services.

Rad Studio 10-10.1 Keygen-Patch Source Code

$
0
0
Rad Studio 10.1 Berlin Update1
Rad Studio 10.1 Berlin
Rad Studio 10 Seattle Update1
Rad Studio 10 Seattle


 

Delphi implementation of OpenSSL

$
0
0
Delphi OpenSSL LibraryYou can't view the links! Click here to register implementation of You can't view the links! Click here to register.You can't view the links! Click here to registerUsageYou can't view the links! Click here to registerEncrypt with the public key in PEM formatCommand line:
PHP Code:
[code]
OpenSSL rsautl -encrypt -certin -inkey publiccert.cer -in test.txt -out test.txt.cry

[/code
Source code:
PHP Code:
[code]
#!delphi
var
  
RSAUtil :TRSAUtil;
  
Cerificate :TX509Cerificate;
begin
  RSAUtil 
:= TRSAUtil.Create;
  try
    
Cerificate := TX509Cerificate.Create;
    try
      
Cerificate.LoadFromFile('publiccert.cer');
      
RSAUtil.PublicKey.LoadFromCertificate(Cerificate);
      
RSAUtil.PublicEncrypt('test.txt''test.txt.cry');
    
finally
      Cerificate
.Free;
    
end;
  
finally
    RSAUtil
.Free;
  
end;
end;

[/
code
You can't view the links! Click here to register[/lock]

Faster backups for large SQLite databases

$
0
0
Despite having “lite” in its name, You can't view the links! Click here to register can handle very large databases quite efficiently. The single largest I am currently dealing with just passed 100 GB, and occasionally when backing it up with the You can't view the links! Click here to register it would take many hours.After some asking on the You can't view the links! Click here to register (thanks Clemens Madish & Simon Slavin), and some experimenting, I have gotten the backup time down to 4-5 minutes on a live 100 GB database, which is just fine in my book. Below are the findings and an utility, sql3bak, which wraps the results of the findings. Backup StepsThe primary reason of the very long backup time is that when using the You can't view the links! Click here to register function, if you pass a fixed number of pages, and the database is being updated before the backup completes, the backup will… restart from the beginning. And the command line utility backups in steps of 100 pages.This behavior was useful for the “legacy” journal modes like DELETE or TRUNCATE, where read transactions block write transactions and vice-versa. A smallish number of steps would prevent the backup from locking the databases for an extended period of time.But if you use the You can't view the links! Click here to register mode, it is much less useful. For WAL datsbase, you can backup an arbitrarily sized database in just one step, without preventing other write (or read) transactions to happen, and without risk of the backup restarting.Synchronous ModeAnother cause of performance loss is that the destination database in the backup is using the You can't view the links! Click here to registermode by default. This mode is a You can't view the links! Click here to register, but in the particular case of backup, it is only useful if you are replacing a backup and do not want the previous backup to be lost in case of failure during the backup.If on the other hand you are backing up to a new file each time, it is possible to use synchronous=OFF for the backup, and protect the backup from being accessed while the backup is taking place by using DELETE or TRUNCATE journal mode instead.Cache SizeThe last speedup tweak comes from the cache_size option.For the backup destination, using a cache_size of 1 provides the best performance: SQLite offloads pages to the disk directly and does not waste time maintaining a cache for pages that will never be accessed again.For the source database, the best cache_size is a little more subtle: if the source WAL file is empty, using a cache_size of 1 also appears optimal, as every page will be read only once, so any greater cache would just be wasted.However when the source database WAL file is large, a higher backup performance was achieved with a “large enough” cache. The exact value seems to depend on what is in the WAL exactly, but having a cache too small had a more negative impact than having a cache too large.sql3bakI wrapped up all the above logic in a small utility, creatively named “sql3bak”.Note that it is really intended for backing up largish SQLite database (at least dozens of megabytes, up to hundreds of of gigabytes). It also assumes that for large databases with large WAL files, it is safe to allocate up to 1 GB of RAM for caches.The source code can be found on bitbucket You can't view the links! Click here to register, and a pre-compiled (signed) binary is available in theYou can't view the links! Click here to register.(note: to compile, you may have to adapt the SQLite3 calls to your favorite bindings, as I am using a custom binding based on a bundled dll, similar to what I used for You can't view the links! Click here to register)

 

RemObjects Remoting SDK for Delphi - 9.0.97.124 + Server Cracked

$
0
0
For server crack :Replace ROServiceBuilder.exe with the one from the archive.

Delphi Berlin 10.1 UP2

$
0
0

Link ISO RAD Studio Berlin 10.1 Update 2 ISO

 

EurekaLog 7.5.0.0 Enterprise

$
0
0
EurekaLog 7.5 (7.5.0.0), 18-August-2016
1)....Important: Installation layout was changed. All packages now have version suffix (e.g. EurekaLogCore240.bpl). No files are copied to \bin folder of IDE. Run-time package (EurekaLogCore) is copied to Windows\System32 folder. Refer to help for more info.
2)....Added: RAD Studio 10.1 Berlin support
3)....Added: IDE F1 help integration (on CHM-based IDEs only, i.e. XE8+)
4)....Added "--el_injectjcl", "--el_createjcl", and "--el_createdbg" command-line options for ecc32/emake to inject JEDI/JCL debug info, create .jdbg file, and create .dbg file (Microsoft debug format). Later is supported when map2dbg.exe tool is placed in \Bin folder of EurekaLog installation (separate download is required)
5)....Added: Exception2HRESULT in EAppDLL to simplify developing DLLs with "DLL" profile
6)....Added: Use ShellExecute option for mailto send method
7)....Added: "Mandatory e-mail only when sending" option
8)....Added: Exception line highlighting in disassember view in EurekaLog exception dialog and Viewer
9)....Added: Detection/logging Delphi objects in disassembly view
10)...Added: Support for multi-monitor info
11)...Added: Support for detection of Windows 10 updates
12)...Added: OS edition detection
13)...Added: "User" and "Session" columns to processes list, processes list is also sorted by session first
14)...Added: Support for showing current user processes only
15)...Added: Expanding environment variables for "Support URL"
16)...Fixed: Range-check error on systems with MBCS ACP
17)...Fixed: 64-bit shared memory manager may not work
18)...Fixed: Possible "Unit XYZ was compiled with a different version of ABC" when using packages
19)...Fixed: FastMM shared MM compatibility
20)...Fixed: Minor bugs in stack tracing (which usually affected stacks for leaks)
21)...Fixed: Rare deadlocks in multi-threaded applications
22)...Fixed: Taking screenshot of minimized window
23)...Fixed: NT service may not log all exceptions
24)...Fixed: SSL port number for Bugzilla
25)...Fixed: Disabling "Activate Exception Filters" option was ignored
26)...Fixed: Missing FTP proxy settings
27)...Fixed: IntraWeb support is updated up to 14.0.64
28)...Fixed: Retrieving some process paths in processes list
29)...Fixed: CPU view rendering in EurekaLog exception dialog and Viewer
30)...Fixed: Some issues in naming threads
31)...Fixed: Removed exported helper _462EE689226340EAA982C5E8307B3F9E function (replaced with mapped file)
32)...Changed: Descriptions of EurekaLog project options now list corresponding property names of TEurekaModuleOptions class.
33)...Changed: Default template of HTML/web dialog now includes call stack by default
34)...Changed: EurekaLog 7 now can be installed over EurekaLog 6 automatically, with no additional actions/tools 

You can't view the links! Click here to register

 

RAD Studio 10.1 Upd2 Crack

$
0
0
RAD Studio 10.1 Update 2 Architect Crack


Tools for clear delphi history and backup source code

Vcl Ribbon Controls for Rad Studio Berlin 10-1 with source

$
0
0
Vcl Ribbon Controls for Berlin 10.1 With Source ( Embarcadero Edition, sources has been extracted from getit )

Install
1) Copy all files to Radio studio folder ( Program Files (86)\Embarcadero\Studio\18.0\
2) From IDE, uses components/install package, then add \bin\dclribbon240.bpl and \bin64\dclribbon240.bpl


 

DBConvert Studio 1.1.0

$
0
0
Supported databases:
  • Microsoft SQL Server
  • MySQL
  • Oracle
  • PostgreSQL
  • Microsoft Access
  • Microsoft FoxPro
  • SQLite
  • Firebird
  • Microsoft Excel
  • IBM DB2
  • MS Azure SQL
  • Amazon RDS
  • Heroku Postgres

More: You can't view the links! Click here to register

Archive type RAR5!
Big Brother is watching you! İmage
ALL Components ONLY(!!!) for PRIVATE(!!!) USE !

LEARN the RULES of the forum FIRST: You can't view the links! Click here to register
WHO will WRITE the MESSAGE, GET BANNED !!! RULES 1.2 !
PRESS the BUTTON Thanks + ONLY!


İmage


Embarcadero.Delphi.10.1.Berlin.Lite.v13.x Full Download

Clever Database Comparer VCL v6.4.908.0 (Nov 25, 2016)

$
0
0
*** Untested!! *** - For Educational purposes only!İmage

The Database Comparer VCL represents 100% Delphi VCL components for Borland Delphi / C++Builder.

These components allow you to compare and synchronize SQL database objects and table records for many popular databases. You can view all the differences between databases and execute an automatically generated script to eliminate all or selected only differences.

The library includes more than 25 components for Database development and its code is constantly being refined and improved.


Delphi / C++Builder 5-7, 2005-2009, RAD Studio 2010, XE-XE8, RAD Studio 10 Seattle and RAD Studio 10.1 Berlin support.

[size=18px]New Features
  • RAD Studio 10.1 Berlin support was added;
  • Text encoding added: ANSI, Unicode, UTF-8;
  • Full Unicode support was implemented;
  • 64bit platform is supported;
  • Common Table Expressions (CTE) improvements;
  • GDS32.DLL is not longer required to connect to FB/IB;
  • Minor fixes and improvements.
Code:
PHP Code:
http://www.clevercomponents.com/products/dbcvcl/index.asp 

Delphi Basics Installer.exe

$
0
0
This is the complete Delphi basics website in an exe, with all the code and code samples from over the years


 

Rad Studio Keygen Full Source Update

Embarcadero RAD Studio 10.1 Distiller Build Source

Viewing all 636 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>