Qt Code:
if (Status == DEVICESTATUS_DOWNLOAD_PROGRESS) { QString out; out.sprintf(("Downloading.... %d Sectors"), (unsigned int) Param); pThis->HlpSetStatus((LPCSTR)out.utf16());To copy to clipboard, switch view to plain text mode
Am using this code but the status just displays only "D".. Please help me to resolve this issue.
Bookmarks