Just want to confirm in Windows environment, VSTS 2008 + C++ project, we could only apply extern C to function level, not be able to apply to class level (so that all member
Ummm... extern "C" forces C-style linkage. It cannot be used with classes AFAIK.
extern "C"