Hi,
In Visual C++ 2013, I am trying to create a global object of a ref class because I need to share the values between various .cpp files.
But I am having an error: "a variable with static storage duration cannot have a ref class type".
Please help me to solve this.
Thanks.