E2215 Linkage specification not allowed (C++)

From RAD Studio
Jump to: navigation, search

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

Linkage specifications such as extern "C" are only allowed at the file level.

Move this function declaration out to the file level.