Probably some characters were lost. To fix the first error, try to add “[ ]” to these parameters: HPEN phpen[], HBITMAP phbmp[]
.
To fix the conversion problems, try to use HGDIOBJ
instead of HBRUSH
and HBITMAP
for corresponding local variables, for example: HGDIOBJ hbmpOld
.
Maybe you can use the Feedback button to report the found documentation errors.