I am working on a visual c++ program... and all i have right now is a form with a lot of labels, text boxes, and buttons. I get the following error every time i try to compile:
c:\Documents and Settings\guest.CT6432\My Documents\Visual Studio Projects\HangmanProj\Form1.h(698): error C2440: '=' : cannot convert from 'System::String __gc *' to 'System::Windows::Forms::Label __gc *'
If you know how to fix this, i'll pay you any amount of nothing you want.
Its really important, so please help
EDIT: this is the line of code that the error is on:
this->Name = S"Form1";
Aqua-Soft Forums