Main > Free Download Search >

free download c builder 4 borland

free download c builder 4 borland

Sponsored Links
Sponsored Links

free download c builder 4 borland

No.
Title
Category
Price
License
Expand All
1
Software-Development -> Compilers-Interpreters
Commercial
Hide show
C++Builder 5 Enterprise is the most powerful ANSI C++ development environment for rapidly building Internet and distributed applications. C++Builders InternetExpress includes the Web Client Page Wizard for creating flexible extensible systems to support e-commerce using HTML 4 and XML. Create scalable distributed HTML applications with the MIDAS PageProducer, and WebBroker. Gain fast access to all types of information with ADOExpress, and boost your entire development teams productivity with TeamSource. Scale your Internet applications using middleware flexibility with integrated VisiBroker CORBA support and MIDAS, leveraging all Distributed Computing standards like XML, CORBA, COM+ and MTS. Build, debug and deploy robust applications using the Visual Component Library with over 200 reusable components with source, and use InterBase Express to create turnkey database systems.
2
Software-Development -> C-Tools
$20
Shareware
Hide show
This is the site support for the C++ Fundamentals for Borland C++ Builder e-Book.
The Visual Component Library (VCL) is a set of functions and classes used to create applications. Although this library highly adheres to the C++ Standard, like any other compiler, Borland C++ Builder adds some details to its implementation of the C++ language. This ebook teaches not only the C++ language but especially it prepares the reader to Windows application development the way it is done in the VCL. It ebook doesnt teach graphical Windows applications programming; rather, through console applications, it teaches C++ as the languages relates to the VCL.
3
Web-Development -> CGI-Programming-Tools
Freeware
Hide show
A components suite that makes CGI, ISAPI and NSAPI as easy as dropping a component into a form using Std, Pro or C/S version of Delphi & C++Builder. Features: Live debugging, live charts,cookie management, session variables, smtp mail etc.(Freeware C++Builder version)
4
Software-Development -> Misc-Programming-Tools
$249
Shareware
Hide show

OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields:
1. Vectorized form of arithmetic operators and math functions.
2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular value decomposition, eigenvalues.
3. Fast Fourier Transform techniques for efficient convolutions, correlation analyses, spectral filtering, etc., both one- and two-dimensional.
4. Curve fitting for a wide range of model functions from simple linear regression to non-linear models with multiple data sets.
5. Statistics.
6. Analysis (derivatives, integrals, extrema, interpolation).
7. Graphical representation of data in Cartesian coordinates.
8. Complex number math, both in cartesian and polar format.
The vectorized implementation in Assembler makes OptiVec functions, on the average, 2-3 times faster than compiled source code of the same functionality. In many instances, the numerical accuracy is improved as well.
The object-oriented interface for C++, "VecObj", offers simplified function calls and increased memory safety.
This version is for the Borland / CodeGear C++ compilers (BC4.0+, Borland C++ Builder, Borland Developer Studio, Turbo C++).

Requirements: Borland C++ (BC++ Builder, Borland Dev. Studio, CodeGear RAD Studio)

5
Software-Development -> Components-Libraries
$249
shareware
Hide show
OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields: 1. Vectorized form of arithmetic operators and math functions. 2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular value decomposition, eigenvalues. 3. Fast Fourier Transform techniques for efficient convolutions, correlation analyses, spectral filtering, etc., both one- and two-dimensional. 4. Curve fitting for a wide range of model functions from simple linear regression to non-linear models with multiple data sets. 5. Statistics. 6. Analysis (derivatives, integrals, extrema, interpolation). 7. Graphical representation of data in Cartesian coordinates. 8. Complex number math, both in cartesian and polar format. The vectorized implementation in Assembler makes OptiVec functions, on the average, 2-3 times faster than compiled source code of the same functionality. In many instances, the numerical accuracy is improved as well. The object-oriented interface for C++, "VecObj", offers simplified function calls and increased memory safety. This version is for the Borland / CodeGear C++ compilers (BC4.0+, Borland C++ Builder, Borland Developer Studio, Turbo C++)..
6
Home-Education -> Miscellaneous
$60
Shareware
Hide show

CMATH is a comprehensive library for complex-number arithmetics and mathematics.
The following features make CMATH an ideal replacement for other available complex class libraries:
1. High-performance implementation in machine code leads to superior speed.
2. Accuracy and safety are greatly enhanced.
3. Each of the floating-point accuracies (complex(float), complex(double), and complex(extended)) is given its own, individually optimized treatment.
4. Polar coordinates (magnitude;angle) are supported in addition to the usual cartesian coordinates (real;imaginary).
5. Switching from your compilers complex class library to CMATH is very simple: Just replace the include-file "complex.h" with "newcplx.h" - thats it!
The Shareware edition is optimized for PentiumXX, while maintaining compatibility with AMD processors (Athlon) and down to 486DX.
This version is for Borland C/C++ (BC4.0+, BC++Builder, Borland Dev. Studio, Turbo C++).

Requirements: Borland C++ compilers (BC4.0+, BC++ Builder, Developer Studio, CodeGear RAD Stuio, Turbo C++)

7
Software-Development -> Components-Libraries
$60
shareware
Hide show
CMATH is a comprehensive library for complex-number arithmetics and mathematics. The following features make CMATH an ideal replacement for other available complex class libraries: 1. High-performance implementation in machine code leads to superior speed. 2. Accuracy and safety are greatly enhanced. 3. Each of the floating-point accuracies (complex(float), complex(double), and complex(extended)) is given its own, individually optimized treatment. 4. Polar coordinates (magnitude;angle) are supported in addition to the usual cartesian coordinates (real;imaginary). 5. Switching from your compilers complex class library to CMATH is very simple: Just replace the include-file "complex.h" with "newcplx.h" - thats it! The Shareware edition is optimized for PentiumXX, while maintaining compatibility with AMD processors (Athlon) and down to 486DX. This version is for Borland C/C++ (BC4.0+, BC++Builder, Borland Dev. Studio, Turbo C++)..
8
Software-Development -> Components-Libraries
Hide show
Source Code Scanners is the high performance library of visual components for C++ Builder and Delphi intended for creating analyzers and parsers of source codes.

It includes components of the lexical analyzers: C++, Object Pascal (Delphi), PHP, HTML, CSS1 and the C++ preprocessor, but also contains the full set of base classes, which provides a possibility to create lexers and parsers of any other languages.

These components may be used to build applications, which require the source code analyzing (tools of helps creating; calculators of expessions; designers of source codes; interpreters and compilers and etc.).

The lexical analyzers uses DFAs (Deterministic Finite Automata) to match tokens found on the character input stream. DFAs are defined by the set of regular expressions in a source code and are created at runtime. More than one automaton (lexical class, lexical tree) may be defined. Actions attached to regular expressions (which are executed when that expression has been matched on the input stream) may switch from one lexical class to another. The TLexTree class maintains converting a set of regular expressions into the DFA array.

Source Code Scanners provides also classes, which support a work with command-line options, calculating of constant expressions and etc.

The full source code of Source Code Scanners is available in Professional edition.
9
Utilities -> Mobile-Phone-Tools
$149
Shareware
Hide show
TOxygenSMS Component for Borland Delphi and Borland Cplusplus Builder description
TOxygenSMS component is designed to give an access to SMS and Calendar capabilities of Nokia GSM phone TOxygenSMS component is designed to give an access to SMS and Calendar capabilities of Nokia GSM phone from a Windows program.

SMS section allows you to send, receive, read and delete messages from Inbox, read and write default SMS centre number and many other features like battery and signal level, hardware and software revision and date, phone model type and IMEI. You can send simple text, Unicode strings, flashing and picture messages, ringtones, Operator Logos and CLI Logos. If a message or report arrives the corresponding events occures. All incoming messages can be automatically deleted on thier arrival.

Calendar
section gives you an opportunity to work with Nokia calendar entries. Youre able to Read, Add, Update and Delete entries. You can get total number of entries in the phone memory and get the list of their locations.

TOxygenSMS component works under Microsoft Windows 95, 98, NT and 2000 operating systems family and supports the following Nokia GSM phones:
SMS section: 3210, 3310, 3330, 3390, 3350, 3410, 3510, 5110, 5130, 5190, 5210, 6110, 6130, 6150, 6190, 6210, 6250, 6310, 6310i, 6510, 7110, 7190, 8210, 8290, 8250, 8310, 8390, 8850, 8855, 8890, 8910;
Calendar section: 6210, 6250, 7110, 7160, 7190.

Here are some key features of "TOxygenSMS Component for Borland Delphi and Borland Cplusplus Builder":

Works with cable or IR-links.
Detects phone model automatically.
Allows to send SMS messages through any SMS centre.
You are able send and receive text, Unicode and picture messages.
Sends flashing messages, ringtones, operator and CLI logos.
Allows to delete messages and reports automatically as they come.
Allows to get inbox total and busy count, read and delete messages from SMS storage.
Allows to get variable phone parameters: IMEI, model, SMSCenter phone number, Hardware/Software revision and date, Battery and Signal level.
Gives an opportunity to read add, update, delete calendar events.
Gets calendar events total count and their locations in the phone.
Works under Borland Delphi 3,4,5,6,7 and Borland C++ Builder 5.


Limitations:

Startup and message arrival nag-screens;
www.oxygensoftware.com text is added to every sent message;
Oxygen text is added to every sent logo;
Ringtones are cut to 10 notes;
Oxygen text is added to Calendar event subject;
Doesnt allow to set event alarms
10
Software-Development -> Compilers-Interpreters
$29.95
Shareware
Hide show

Delphi and C++Builder Decompiler is an easy-to use application which can help you to restore your lost source code. If you lose your Delphi or C++Builder project sources, but have an executable file, then this tool can rescue part of lost sources. Decompiler produces all project forms and data modules with all assigned properties and events. Produced event procedures dont have a body, but have an address of code in executable file. In most cases Decompiler saves 50-90% of your time to project restoration.

11
Utilities -> Mobile-Phone-Tools
$149
Shareware
Hide show
TOxygenSMS component is designed to give an access to SMS and Calendar capabilities of Nokia GSM phone from a Windows program.

SMS section allows you to send, receive, read and delete messages from Inbox, read and write default SMS centre number and many other features like battery and signal level, hardware and software revision and date, phone model type and IMEI. You can send simple text, Unicode strings, flashing and picture messages, ringtones, Operator Logos and CLI Logos. If a message or report arrives the corresponding events occures. All incoming messages can be automatically deleted on thier arrival.

Calendar section gives you an opportunity to work with Nokia calendar entries. Youre able to Read, Add, Update and Delete entries. You can get total number of entries in the phone memory and get the list of their locations.

TOxygenSMS component works under Microsoft Windows 95, 98, NT and 2000 operating systems family and supports the following Nokia GSM phones:
SMS section: 3210, 3310, 3330, 3390, 3350, 3410, 3510, 5110, 5130, 5190, 5210, 6110, 6130, 6150, 6190, 6210, 6250, 6310, 6310i, 6510, 7110, 7190, 8210, 8290, 8250, 8310, 8390, 8850, 8855, 8890, 8910;
Calendar section: 6210, 6250, 7110, 7160, 7190.

Here are some key features of "TOxygenSMS Component for Borland Delphi and Borland Cplusplus Builder":

Works with cable or IR-links.
Detects phone model automatically.
Allows to send SMS messages through any SMS centre.
You are able send and receive text, Unicode and picture messages.
Sends flashing messages, ringtones, operator and CLI logos.
Allows to delete messages and reports automatically as they come.
Allows to get inbox total and busy count, read and delete messages from SMS storage.
Allows to get variable phone parameters: IMEI, model, SMSCenter phone number, Hardware/Software revision and date, Battery and Signal level.
Gives an opportunity to read add, update, delete calendar events.
Gets calendar events total count and their locations in the phone.
Works under Borland Delphi 3,4,5,6,7 and Borland C++ Builder 5.


Limitations:

Startup and message arrival nag-screens;
www.oxygensoftware.com text is added to every sent message;
Oxygen text is added to every sent logo;
Ringtones are cut to 10 notes;
Oxygen text is added to Calendar event subject;
Doesnt allow to set event alarms
12
Utilities -> Mobile-Phone-Tools
USD149.00
Shareware
Hide show
TOxygenSMS component is designed to give an access to SMS and Calendar capabilities of Nokia GSM phone

TOxygenSMS component is designed to give an access to SMS and Calendar capabilities of Nokia GSM phone from a Windows program.

SMS section allows you to send, receive, read and delete messages from Inbox, read and write default SMS centre number and many other features like battery and signal level, hardware and software revision and date, phone model type and IMEI. You can send simple text, Unicode strings, flashing and picture messages, ringtones, Operator Logos and CLI Logos. If a message or report arrives the corresponding events occures. All incoming messages can be automatically deleted on thier arrival.

Calendar section gives you an opportunity to work with Nokia calendar entries. Youre able to Read, Add, Update and Delete entries. You can get total number of entries in the phone memory and get the list of their locations.

TOxygenSMS component works under Microsoft Windows 95, 98, NT and 2000 operating systems family and supports the following Nokia GSM phones:
SMS section: 3210, 3310, 3330, 3390, 3350, 3410, 3510, 5110, 5130, 5190, 5210, 6110, 6130, 6150, 6190, 6210, 6250, 6310, 6310i, 6510, 7110, 7190, 8210, 8290, 8250, 8310, 8390, 8850, 8855, 8890, 8910;
Calendar section: 6210, 6250, 7110, 7160, 7190.

Features of "TOxygenSMS Component for Borland Delphi and Borland Cplusplus Builder":

Works with cable or IR-links.
Detects phone model automatically.
Allows to send SMS messages through any SMS centre.
You are able send and receive text, Unicode and picture messages.
Sends flashing messages, ringtones, operator and CLI logos.
Allows to delete messages and reports automatically as they come.
Allows to get inbox total and busy count, read and delete messages from SMS storage.
Allows to get variable phone parameters: IMEI, model, SMSCenter phone number, Hardware/Software revision and date, Battery and Signal level.
Gives an opportunity to read add, update, delete calendar events.
Gets calendar events total count and their locations in the phone.
Works under Borland Delphi 3,4,5,6,7 and Borland C++ Builder 5.


Limitations:

Startup and message arrival nag-screens;
www.oxygensoftware.com text is added to every sent message;
Oxygen text is added to every sent logo;
Ringtones are cut to 10 notes;
Oxygen text is added to Calendar event subject;
Doesnt allow to set event alarms

13
Software-Development -> Databases-and-Networks
$35
shareware
Hide show
SMExport for Delphi&C++Builder is a native VCL component suite for data export from TDataSet or TDBGrid or any other VCL control (TStringGrid, TListView etc) into the Paradox and DBase tables or into a text file (fixed or comma-delimited), HTML, XML, MS Excel, MS Word, PDF, MS Access, SQL-script, Lotus 1-2-3, Quattro, SYLK, DIF, LDAP DIF and others: - XLS (Excel spreadsheet without OLE) - MS Excel (using OLE) - MS Word (using OLE) - MS Access (using DAO 3.5 or 3.6) - Text (fixed or CSV) - HTML - XML - PDF - Lotus 1-2-3 - QuattroPro - RTF (Rich Text format) - SYLK (Symbolic Link) - DIF (Data Interchange Format) - LDAP Data Interchange Format (directory entries) - SQL-script - Paradox/DBase/ASCII files - MS Windows clipboard - SPSS - other dataset component.
Specific formattings (column widths, colors, fonts, selected records etc.) is transferred as much as possible. SMExport is a native VCL engine with multi-language support. Also SMExport suite contains a TSMEWizardDlg and TSMExportMonitor compound components with visual dialog for export parameters setting. With these components you can control a data export process in one place and give a flexible application to your end-users.
Custom data engines allow to export data from any control (TStringGrid, TListView, TDecisionCube etc). Virtual data engine allow to generate a data in run-time without any linked control.
Data pumping components allow to export a lot of tables from database in a few mouse clicks. .
14
Software-Development -> Misc-Programming-Tools
$69
Shareware
Hide show
FastQueryBuilder is an easy-to-use visual SQL query builder. It works with local and client-server databases.

Youll be able to use FastQueryBuilder in your applications written in Borland C++Builder or Borland Delphi to create simple SQL generators.

FastQueryBuilder enables you to work with local and client-server databases using BDE. It also allows you to work with other data-access components, such as ADO, IBX, and FIBPlus

Here are some key features of "Fast Query Builder for C Builder":

Supports Borland Delphi 4, 5, 6, 7, 2005 and C++ Builder 4, 5, 6.
Displays query?s visual model for use and editing.
Can create any window based on FastQueryBuilder.
Allows FastQueryBuilder designer window to be built into any application window.
Offers full visual customization of query parameters.
15
Software-Development -> Components-Libraries
$449
Shareware
Hide show
No more Internet payment gateway fees, work directly with an Internet payment processor. IBiz Paymentech Integrator contains components for direct credit card authorization, processing, and settlement though Paymentech.

Certified support for Retail, E-Commerce, and Direct Marketing transactions.
Bypass expensive gateway fees by working directly with an Internet payment processor. Secure data encryption using up to 128-bit SSL encryption and Digital Certificates. Address Verification Service (AVS) data support.Card Verification Code (CVC) support. Properties for 3-D Secure MPI integration (CAVV, ECI, and XID) for Verified by Visa, MasterCard SecureCode, and JCB J-Secure support. Logging features including raw transaction details for troubleshooting and storage. Credit Card validity checks decrease expenses that result from attempting to authorize invalid credit cards. Native development components for all supported platforms and component technologies. Unlimited free Email technical support backed by an experienced & professional staff.Extensive documentation,sample applications, fully-integrated help, and much more!

Native Borland C++ Builder VCLs, written in C++ and compiled with the C++ Builder compiler for blazing performance. The natural choice for C++ Builder programming.

Native C++ Builder VCLs
Extensive C++ Builder demo applications.
Comprehensive integrated product documentation.
Support for Borland C++ Builder 5, 6, BDS 2006, and BDS 2007
16
Software-Development -> Delphi-Tools
Hide show
17
Software-Development -> Components-Libraries
Freeware
Hide show

3D Developer Studio for Borland C++ Builder 6.0 is created with an aim to add the strongest 3D capabilities to your Borland C++ Builder. Create top level games, or add 3D content to your application. Currently used by more than 70,000 people.

Among the companies using 3DSTATE's technology, you will find brands such as Borland, Motorola, the BBC, Computer Associates, IBM, and many more.

Whether games, tourism, or education, using 3D Developer Studio, will get top-quality results within an extremely short time.

WareSeeker Editor

18
Network-Internet -> Download-Managers
Free
Freeware
Hide show
With this free download manager and accelerator, you will download files and complete web sites up to 6 times faster than before even while downloading from slow sites. This program is also the first social download manager inspired by Web 2.0 technologies. It will protect you from malicious downloads - you can read user reviews right from the download window. If the file being downloaded contains spyware or adware, FDM will alert you before the download is even started. You can also review any of your downloaded files and inform other users.
The list of FDM features includes integration with the most popular browsers (Internet Explorer, Opera, Mozilla and FireFox), support of downloads from rapidshare.de, powerful scheduler, simultaneous downloading from several mirrors, adjusting traffic usage, ZIP file and audio/video preview, resuming downloads, browsing web and FTP folders and more. Download movies, MP3 and more faster than ever!
- Portable mode
- Bittorrent protocol support
- Metalink support
- Macroses for specifying the output folder for downloads
- Site Explorer: Progress of building of the list of files
- Option to disable notifications for batch downloads
- Ability to specify the list of sites that should not be monitored
- Automatic integrity check of downloaded file
- Take proxy settings from Firefox browser
- Sub groups
- "Grant all bandwidth for this download" feature
- Ability to change the folder for storing FDMs data files.
- Some small improvements and changes
- Speedup of work with the large lists of downloads
- Interface improvements
- Site Explorer: crash if some network error occurs while building the list of files
- Senseless loop, if zip preview failed
- Zip preview did not work for sites that allow 1 connection per ip only
- Downloaded file was launched before performing the virus check
- Work with FTP ASCII mode bug fixed
19
Software-Development -> SDK-DDK
Freeware
Hide show
Add the strongest 3D capabilities to your Borland C++ Builder. Create top level games, or add 3D content to your application.

Currently used by more than 95,000 people. Among the companies using 3DSTATEs technology, you will find brands such as IBM, Motorola, Borland, the BBC, Computer Associates and many more.

Whether for games, tourism or education, using 3D Developer Studio, will get top-quality results within an extremely short time. Note: This is a very large (30MB) file and may take several hours to download via dial-up modem.
20
Network-Internet -> Download-Managers
Free
Freeware
Hide show
With this free download manager and accelerator, you will download files and complete web sites up to 6 times faster than before even while downloading from slow sites. This program is also the first social download manager inspired by Web 2.0 technologies. It will protect you from malicious downloads - you can read user reviews right from the download window. If the file being downloaded contains spyware or adware, FDM will alert you before the download is even started. You can also review any of your downloaded files and inform other users.
The list of FDM features includes integration with the most popular browsers (Internet Explorer, Opera, Mozilla and FireFox), support of downloads from rapidshare.de, powerful scheduler, simultaneous downloading from several mirrors, adjusting traffic usage, ZIP file and audio/video preview, resuming downloads, browsing web and FTP folders and more. Download movies, MP3 and more faster than ever!