VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
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. | |
VisualIB - InterBase wrapper for use in Visual Studio.
Globally required macros.
#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.