(ToDo!) Programming Requirements
To use any of the functions in the CVPolarization DLL it is necessary to include libraries and header files to the development project. These libraries and headers are different for each supported development language. Below is a list of the requirements for each programming language as well as information on specific constant declarations.
Sample programs are available with documented source code for all supported languages, each sample program demonstrates different capabilities of the CVPolarization DLL.
- Pascal
- Libraries: CVPolarization.dll
Declarations: ../Lib/Delphi/iCVPolarization.pas
Examples: ../Tutorial/Polarization/Delphi
- Visual Basic
- Libraries: CVPolarization.dll
Declarations: ../Lib/Vb/iCVPolarization.bas
Examples: ../Tutorial/Polarization/Vb
- Visual C++
- Libraries: CVPolarization.dll and ../Lib/C/CVPolarization.lib and CVPolarization_bcb.lib
Declarations: ../Lib/C/iCVPolarization.h
Examples: ../Tutorial/Polarization/VC
- C++ Builder, VB.NET, VC.NET and CSharp
- Informations regarding the other supported programming environments, Borland C++ Builder, Microsoft VB.NET, VC.NET and CSharp could be found in the following chapters:
Programming requirements using .Net and C++Builder
Notes on using Borland C++ Builder with CVB
.NET Programming hints