ok so im having this problems compiling
the error is
[Only registered and activated users can see links. Click Here To Register...]
any solutions?
Code:
using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace System::IO;
Code:
void Main(void)
{
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Application::Run(gcnew Form1);
Application::Exit();
}
[Only registered and activated users can see links. Click Here To Register...]
any solutions?