Microsoft Windows

From InterBase

Go Up to Compiling and Linking (Embedded SQL Guide)


If possible, use an IDE to create a project for your applications on Windows, instead of using command-line compilation.

C++Builder

bcc32 -a4 -tWM -tWC -I<InterBase_home>\SDK\include application.c
-eapplication.exe <InterBase_home>\SDK\lib\gds32.lib

C and C++ Microsoft Visual C++

cl -W3 -G4 -Gd -MD -I<InterBase_home>\SDK\include application.c
<InterBase_home>\SDK\lib\gds32_ms.lib /Feapplication.exe

Advance To: