- Kod: Zaznacz cały
1.0.1.519
Bo dla mnie nie jest to ani int ani float a string nie jest akceptowany przy takim kodzie :
- Kod: Zaznacz cały
String wersja = Edit1->Text;
ofstream outfile;
outfile.open("update.txt");
outfile << wersja;
outfile.close();
Błąd :
|
[BCC32 Error] Update.cpp(57): E2094 'operator<<' not implemented in type 'ofstream' for arguments of type 'UnicodeString' |



