E2569 Internal linkage can't be exported (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

This occurs when trying to export an object that has internal linkage due to the way it is declared/defined.

static __declspec(dllexport) int i;