I get the error in these lines:
infotxtbox->Text = ("Name: Peter Jaško
"Rank: Main Tech Manager, Vice-Leader,
"Donated: ?,
"Exp: ?");
This code is entered in a header (Form1.h) of a Windows Form Project/Application in C++ in VC++ 2010
Regards