User profile: seeplus

User info
User name:seeplus
History
Joined:Aug 28, 2020 at 11:29am
Number of posts:6628
Latest posts:

Sorting a listbox
The output is in the expected order. You add strings to a listbox and LBS_SORT (or LBS_STANDARD) sty...

Converting Hex into dec using numeric up down control
Binary Coded Decimal (BCD) is not decimal. It's stored in it's own format. What you need is a routin...

Converting Hex into dec using numeric up down control
0x63 is 99 dec. So why do you need to write the same number to a file twice? Why not write as a deci...

C programming. "Using #include inside array initialization"
Do what Ganado suggested above and obtain the source after the pre-processing to see exactly what is...

C programming. "Using #include inside array initialization"
In assets.c remove L21 & L27 In assetslist.h replace L3 with #define ASSET_ENTRY(group, name, poin...