Hourglass appears when mouse goes on the app windowI think call stack isn't there. In the video, I was expecting it to appear at the right side of Qt C...
Hourglass appears when mouse goes on the app windowThank you EssGeEich. But that disassembler information may help to find where is the problem?
Hourglass appears when mouse goes on the app windowI am using Qt Creator to do some programming, version 2.4.1 based on Qt 4.7.4 (32 bit). It is presen...
How to set the value 0xEB90 into 2 Bytes?The site http://easycalculation.com/hex-converter.php converts the value [code]EB90[/code] to [code]...
Compose an array with 2byte+1byte+2byteAnother idea: [code]typedef struct { short start; char id; short lenght; } Head; Head h...