Alexei Hmelnov

Author Homepage: http://hmelnov.icc.ru/PAS/

Send e-mail to this Author

  • unlimited number of local/remote databases for backup
  • unlimited number of Windows/Linux servers (FB 2.1, 2.5, 3.0 and 4.0 are supported)
  • option for managing multiple backups for one database
  • optional ZIP compression and FTP transfer of backups
  • running as an application or as a service
  • lifetime license only USD 40
Author Products

Total 3 products

DCU32INT v.1.20.1

Developer Tools > Project > Other

By Alexei Hmelnov.

Freeware + source 07 Aug 2015

Description

The utility DCU32INT parses *.dcu file and converts it into a close to Pascal form.The unit versions supported are Delphi 2.0-8.0, 2005-2006 (.net and WIN32), 2007-2010 (WIN32), XE (WIN32), XE2-XE3 (WIN32,WIN64,OSX32), XE4 (WIN32,WIN64,OSX32,iOS simulator, iOS device (no code)), XE5-XE7/AppMethod (WIN32,WIN64,OSX32,iOS simulator, iOS device (no code),Android (no code)), Kylix 1.0-3.0.

DCU32INT stands for DCU32 interface, because this program can't extract the complete Pascal source, but the extracted unit interface is almost correct.

DCU32INT stands for DCU32 Interface, because the program can't extract the complete Pascal source, but the extracted unit interface is almost correct (with some restrictions). Besides from the unit interface, the DCU32INT utility extracts the unit implementation part and disassembles the code of procedures using a simple i80x86 or MSIL (for .net) disassembler.

This program have passed successfully the "parse all .LIB" test for all the supported by it Delphi and Kylix versions, i.e. it have parsed all units in the DELPHI LOCATION LIB directory with no errors reported.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 306kB

Platforms: D2, D2005, D2006, D2007, D2009, D2010, D3, D4, D5, D6, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE64, DXE7

DFM to PAS Utility v.1.1

Developer Tools > Project > Forms Editors

By Alexei Hmelnov.

Freeware 19 Aug 1999

Description

The utility DFM2PAS enables to create corresponding *.pas file for *.dfm file or both *.dfm and *.pas for form resource extracted from executable generated by any existing by now version of Delphi (1.0 .. 4.5).

Informations

  • Status: Fully functional
  • Source: On request
  • Size: 68kB

Platforms: D1, D2, D3, D4

Window Contents Explorer Utility v.1.0

Developer Tools > Project > Other

By Alexei Hmelnov.

Freeware + source 12 Jan 2000

Description

The Window Contents Explorer Utility describes the contents of any window as it represented by the Windows controls. For each control it reports:

#DlgCtrlID: "WindowText": ClassName, R:(Left, Top) [Width, Height], S:Style, ES:Extended Style

The values of Style and Extended Style can be decoded using the WS_* and WS_EX_* constants and,
besides, the values of Style can also be decoded using the class-specific constants for the known classes (BS_* for buttons, ES_* for edits and so on).

In some cases (not under Windows NT and for "good" applications) it can also extract the control image both in BMP and WMF formats.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 22kB

Platforms: D2, D3, D4, D5