Тема: Delphi > C++
Показать сообщение отдельно
  #2  
Старый 25.05.2010, 13:06
Rat Rat вне форума
Активный
 
Регистрация: 12.09.2008
Сообщения: 391
Репутация: 6078
По умолчанию

Код:
char  boundary[]="";
...
boundary="--------XX"+char(FloatToStr(Random()));

Как то так. Ругается из за того что char это не string.

Ну или отключи всё это: http://docwiki.embarcadero.com/RADSt...uired_(C%2B%2B)

Цитата:
E2277 Lvalue required (C++)

Go Up to Compiler Errors And Warnings (C++) Index



The left side of an assignment operator must be an addressable expression.

Addressable expressions include the following:
numeric or pointer variables
structure field references or indirection through a pointer
a subscripted array element
Ответить с цитированием