irwir

Results 148 comments of irwir

The latest standards have a few specific `*ptr_t` types, but pointers used to be treated as `size_t` values, and HWND is declared as a pointer. `PRIXPTR` looks good enough; only...

https://github.com/ppescher/resizablelib/blob/25a89da6e15b0d97f2347947c747ce50e549a20c/ResizableLib/ResizableComboBox.cpp#L61 To define the macro, `#include ` is necessary. String concatenation requires spaces around the macro: `TRACE("ComboLBox: 0x%08" PRIXPTR "\n", pWnd->m_hWnd); `

The TRACE line was inactive previously. Should it stay commented out?

1. Voice 1, quarter E5 2. Voice 2, whole C5 3. Ctrl+Alt+3 - this turns C5 to voice 3 and adds whole rest in voice 2. The rest is placed...

1. Voice 1, half G2 (and half rest remains, positioned on the 4th line) 2. Voice 2, quarters: rest, G2, G2, G2 Now the half rest had been moved automatically...

@rgreen5 There should be no 4th voice in 3-voice measure. The observed behaviour is tthat voices are stacked from 1 to 4 - top to bottom. It should have been...

> Makes no difference whether it's voice 3 or 4; the rests are wrongly placed below voice 2 in either case. And voice 4 is a better choice here as...

@FrancRos31 Sorry, after watching your video I see that octave numbers were from a diffenent system (middle C as first), so 3 should be added. Then C1 becomes C4, E2...

Example application `miniunz` from zlib 1.3.1 properly handled this archive.

> `tf-psa-crypto/programs/psa`, `tf-psa-crypto/tests` Since there is no library code in these subdirectories, should it be moved to root level `tests` or elsewhere? Previous structure had `3rdparty`, `include` and `library` with...