C++

How to call a C++ member function in a DLL

Author: Embarcadero USA Technical Information Database TI2191C.txt How to call a C++ member function in a DLL Category :General Platform :All Product :C/C++ All Description: Calling Member Functions in a DLL ================================= How to call C++ member functions from a DLL is a question that comes up quite often. A couple of issues tend to catch first timers off-guard…
Read more
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…
Delphi

Validating input in TEdit components

Author: Embarcadero USA Technical Information Database TI1171D.txt Validating input in TEdit components Category :VCL Platform :All Product :Delphi All Description: Q: How can I validate input in my TEdit components? A: Assuming you're using regular TEdit…
Delphi

Loading Bitmaps and Cursors from RES Files

Author: Embarcadero USA Technical Information Database TI1081D.txt Loading Bitmaps and Cursors from RES Files Category :VCL Platform :All Product :Delphi All Description: Loading Bitmaps and Cursors from RES files Bitmaps and cursors can be stored in a resource (RES) files and linked into your application's EXE file. RES files can be created with…
Read more