C++

Sharing Violation Error with Paradox Tables.

Author: quinn Technical Information Database TI265B.txt Sharing Violation Error with Paradox Tables Category :General Programming Platform :All Product :BDE All Description: This error is most commonly caused by a "Lock File Contention". A lock file contention occurs in this situation: One user, User "A", is accessing one or more Paradox tables in a directory. "A" is closing…
Read more
C++

Convert Hex String to an Integer Value.

Author: Embarcadero USA Technical Information Database TI2203C.txt Convert Hex String to an Integer Value. Category :General Platform :All Product :C/C++ All Description: This document provides a method to read hexadecimal numbers. The atoi() function…
C++

Output Numbers with Thousands Separator

Author: Embarcadero USA Technical Information Database TI2183C.txt Output Numbers with Thousands Separator Category :General Platform :All Product :C/C++ All Description: How do I output comma-formatted numbers such as 1,000,000 with C++ IOStreams?
C++

How to Build and Use a Simple DLL

Author: Embarcadero USA Technical Information Database TI2195C.txt How to Build and Use a Simple DLL Category :General Platform :All Product :C/C++ All Description: This document discusses how to create dynamically linked libraries (DLLs) using version 5.0 of the Borland C++ compiler. Topics covered include 16-bit and 32-bit DLLs, linking explicitly or linking on startup, exporting…
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 graphics mode, echoed in the current colors and font size and font style. Functions: newLine() advances the (graphic)…
Read more
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 …