如int型的
我用
class CA
{
    ...
    int __declspec(dllexport) m_a;
    ...
}
这种格式怎么不行呢?
提示是error C2071: “CA::m_a” : 非法的存储类