Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.184 Beiträge
Delphi 12 Athens
|
Re: Unicode Ersatz für Format
12. Nov 2007, 10:38
asoooo, dacht schon des se wieder irgend so'n neues Delphifeature
dann natürlich so
Delphi-Quellcode:
MessageBoxW(hDPM, PWideChar(Format('Error while downloading and processing updateinformation.'
+ #13#10'Message: %S'#13#10'Errorclass: %S', [_(e.Message), _(e.ClassName_)])),
'[Update Plugin] Downloading/Processingerror', MB_OK or MB_ICONERROR);
MessageBoxW(hDPM, PWideChar(Format('Error while downloading and processing updateinformation.'
+ #13#10'Message: %s'#13#10'Errorclass: %s', [WideString(_(e.Message)), WideString(_(e.ClassName_))])),
'[Update Plugin] Downloading/Processingerror', MB_OK or MB_ICONERROR);
$2B or not $2B
|
|
Zitat
|