User profile: br1039

User info
User name:br1039
Old user name:cstrieder
History
Joined:
Number of posts:75
Latest posts:

Hourglass appears when mouse goes on the app window
I 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 window
Thank you EssGeEich. But that disassembler information may help to find where is the problem?

Hourglass appears when mouse goes on the app window
I 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+2byte
Another idea: [code]typedef struct { short start; char id; short lenght; } Head; Head h...