GLG Toolkit, C / C++ API Library  Version 4.5
C++ Compatibility

Detailed Description

This macro can be used when GLG C functions are used in C++ to control if string parameters of C functions use constant strings.

Macros

#define GLG_C_CONST_CHAR_PTR   0
 C++ compatibility macro. More...
 

Macro Definition Documentation

◆ GLG_C_CONST_CHAR_PTR

#define GLG_C_CONST_CHAR_PTR   0

C++ compatibility macro.

This constant may be set to 1 in the GlgApi.h file to use constant strings (const char *).