Код:
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
|