Building Applications
From InterBase
Go Up to Programming with the InterBase API
This section discusses compilers and libraries that are needed to build InterBase applications.
Help with linking and compiling
On each platform, there is a makefile
in the examples
directory that contains detailed platform-specific information about linking and compiling. Open the makefile in a text editor to access the information.
Topics
- Compilers
- Linking
- Include Files
- Using Microsoft C++
- Using C/C++Builder
- Setting up the Integrated Development Environment (IDE)
- The Module Definition File
- Using Dynamic Link Libraries (DLLs)
- Example Programs