C++

Error solutions and limitations of Paradox Engine

Author: Embarcadero USA Technical Information Database TI239B.txt Error solutions and limitations of Paradox Engine Category :General Programming Platform :All Product :Paradox Engine All Description: Limitations of the Paradox Engine ============================================== The Paradox Engine version 3.01 was intended for use on DOS 3.1 through DOS 5.x, and/or Windows 3.x…
Read more
Delphi

Delphi Configuration Files

Author: Embarcadero USA Technical Information Database TI1105D.txt - Delphi Configuration Files Category :Delphi 1.x Platform :All Product : Description: Delphi employs a number of files for its configuration, some global to the Delphi environment, some project…
C++

dBASE .DBF File Structure

Author: Embarcadero USA Technical Information Database TI838D.txt dBASE .DBF File Structure Category :Database Programming Platform :All Product :Delphi All Description: Sometimes it is necessary to delve into a dBASE table outside the control of the Borland Database Engine (BDE). For instance, if the .DBT file (that contains memo data) for a given table is irretrievably lost, the…
Read more
C++

Null Pointer Assignment Errors Explained

Author: Embarcadero USA Technical Information Database TI500C.txt Null Pointer Assignment Errors Explained Category :General Platform :All Product :Borland C++ All Description: 1. What is a Null Pointer Assignment error? The Null Pointer…
C++

Getting Input In Graphics Mode

Author: Embarcadero USA Technical Information Database TI676C.txt Getting Input In Graphics Mode Category :General Platform :All Product :Borland C++ 3.0 Description: This program demonstrates how to get input from the user in …
C++

Resolving Undefined Symbol linker messages.

Author: Embarcadero USA Technical Information Database TI867C.txt Resolving Undefined Symbol linker messages. Category :General Platform :All Product :Borland C++ 3.x Description: The purpose of this document is to provide an overview of the Linking process and help in identifying causes of 'unresolved external symbols'. The code for printf is in a module in…
Read more