A_EXP - probably a macro, maybe nothing happens at all. It can also expand to __declspec or a similar declaration, which changes the way the class is compiled as object code. General usage of this template will be:
#define A_EXP __declspec(dllexport)
cdhowie
source share