Exception thrown at 0x00007FF93E507A7A (ntdll.dll) .Access violation reading location 0xFFFFFFFFFFFFFFFF
问题 I'm using POCO lib to working network. i use JSON data of POCO/JSON . my code: User user(context.marshal_as<std::string>(tbUserName->Text), context.marshal_as<std::string>(tbFullName->Text), context.marshal_as<std::string>(tbDisplayName->Text), context.marshal_as<std::string>(tbEmail->Text), context.marshal_as<std::string>(tbPhoneNumber->Text), context.marshal_as<std::string>(tbNamSinh->Text), context.marshal_as<std::string>(tbPassword->Text), context.marshal_as<std::string>(tbConfirm->Text)