__box

Hi all!

I got a sample in Microsoft Developer about c++, but I can run in VS2003 and in VC++.NET Express I can't run this sample.

---------------------------------------------------

System::Globalization::NumberFormatInfo* nfi = new System::Globalization::NumberFormatInfo();


txtFileText->Text = String::Concat(txtFileText->Text, (__box(myNextInt)->ToChar(nfi)).ToString());

I think this error is code __box...

Anybody know how I can this

Ps. Sorry my English.




Answer this question

__box