While doing animation using getimage() and putimage(),
I'm getting flickering.
How I can eliminte the flickering?
Printable View
While doing animation using getimage() and putimage(),
I'm getting flickering.
How I can eliminte the flickering?
This is for a WIN32 / MFC app right?
Try returning TRUE to WM_ERASEBKGND msg's in the callback.
PS Try the windows programming board for future help on WIN32