VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
vibdefines.h File Reference

VisualIB - InterBase wrapper for use in Visual Studio. More...

Go to the source code of this file.

Macros

#define VIBDLLFUNC
 VIBDLLFUNC is defined as __declspec(dllexport), to determine DLL exports, when building the DLL inside C++Builder.
 
#define VIBCALL   __cdecl
 VIBCALL defines the calling convention for all VisualIB entry points.
 

Detailed Description

VisualIB - InterBase wrapper for use in Visual Studio.

Globally required macros.

Author
James Haley

Macro Definition Documentation

#define VIBDLLFUNC

VIBDLLFUNC is defined as __declspec(dllexport), to determine DLL exports, when building the DLL inside C++Builder.

VIB_EXPORTING determines which definition of the macro is used, and it should only be defined when building a DLL, not inside user projects.