我想在VC ++项目中使用托管代码, 这是我的代码
ref class MySQSClass
{
public:
System::String ^QueryURL ;
MySQSClass();
~MySQSClass();
};
MySQSClass :: MySQSClass()
{
QueueURL = "https://sqs.us-east-1.amazonaws.com/036469908951/TestDBQueue";
}
但它给我的错误就像
错误C2065:' QueueURL' :未声明的标识符