ITAGAKI Takahiro wrote:> DWORD is an alias for 'unsigned long' in 32bit Windows.
Then try using %lu and no casts. That should get rid of the warnings the proper way.