AddCrt32 - The Delphi Console Unit
  • C++ Builder:
    C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 
  • Delphi:
    D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 
  • Kylix:
    K1 K3 



"Crt32" is a professional software development tool that allows a programmer to do console-mode applications in the 32-bit versions of Delphi, in a simple way, much like the programmer used to under DOS-programming in Turbo 6 or 7. It is not a complete drop-in for the CRT-unit, but it goes a long way to provide the programmer with a tool to make his life easier when moving a CRT-application to the Win32 environment. By moving your DOS-programs this way, you can let your DOS-programs use the complete memory as a 32-bit Windows program, without having to use the GUI-mode of Windows. Full version includes the full sourcecode.

Now on version 1.16, that will run under Delphi 2,3 and 4. As usual with ZieglerSoft's products, all registered users will get a free update.

  • Category:
    Forms/Application
  • Author:
    (More by this author)
  • Info:
    Commercial
  • Date added:
    28 March, 1999 04:17
  • Views:
    1296
  • Downloads:
    762
  • Price:
    52.00 USD
UsefulnessGood
DocumentationFair
StabilityGood
ValueGood
Ease of UseFair
Level of UsePoor
1 people have rated this applicaton
Total AveragePoor
 
You can submit your own rating, for this you must be logged in.
Files:
Related Downloads
UnitTest Framework 1.0 - 27 February, 2001 - Roland Smits

The UnitTest Framework is a framework that lets you create unittests in a standardized way for your Delphi code. Writing unit tests enhances the quality of your code. The main benefit of this UnitTest Framework is the ability to do REGRESSION...

BZip2 Unit v1.05 - 22 January, 2012 - Edison Mera

This unit is similar to the zlib unit shipped with Delphi, but uses the better compression method of the program BZip2, which is available at bzip.org, and is a very popular high-quality data compressor developed by Julian Seward. The advantage of...

Embeded Forms/Admin Console  - 21 December, 2007 - Explain That

Delphi provides a rudimentary mechanism for reusing form designs - instead of placing controls inside a form you place them inside a relocatable frame. However, this approach has limitations. Quite apart from the fact that its implementation is...

TCMD  - 18 September, 2003 - stefan badenhorst

Transparent command console with some other features. Source and instructions for compiling, available at Http://www.borland.co.za/_old/Pascal/site/delphistuff.htm

Resource Tuner Console 1.80 - 15 August, 2009 - Heaventools Software

Resource Tuner Console is an efficient and highly customizable script driven resource editor with a command-line interface that supports the creation and editing of resources in 32- and 64-bit Windows EXE or DLL files. As a command-line tool,...

Related Information
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
Related News
Resource Tuner Console 1.80 - resource editor to change file resources from batch file - 15 August, 2009
Heaventools Software is pleased to announce Resource Tuner Console 1.80 This is a resource editor with the command-line interface. Resource...
Indentify every BUG showing line # - 05 October, 2004
We are happy to announce the immediate availability of the new EurekaLog 4.5.6.

EurekaLog is the new add-in tool that gives to your...
Ann: ESBPCS-Calcs v4 - Calculators & Unit Conversion for Delphi - 21 December, 2004
ESBPCS-Calcs is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Calculators and Unit Conversion in...
ESB Professional Computation Suite Released - 14 November, 1999
ESB Professional Computation Suite (ESBPCS) is a collection of over 1600 routines and over 50 components for Borland Delphi 4 and 5, which are...
New Command-line Resource Editor Released - 18 October, 2004
Heaventools Software has got Resource Tuner Console v.1 out the door.

This command-line resource editor enables you to access and...
Categories

Latest Forum Entries