Ok first of all, this project is awesome, I learned about it couple weeks back and am trying to follow the archived videos from beginning. I have passed the bitmap displaying, but something is wrong with StretchDIBits. I am getting this window
window image . See those horizontal lines? those appear in Casey's machine only when he reshapes the window, but in my case they are always there. I got this from the beginning and didn't worry and kept following videos (am in day 11 now). I assumed it was something not to worry about, but not so sure anymore.
I did some experimenting. If I open the window in 1280*720 dimension (equal to buffer) the lines disappear and become smooth. But in other dimensions the lines appear even when I am doing nothing with the window. So, I am guessing it's the fault of StretchDIBits. But I am a complete beginner, so I am asking for advice here, is this a issue? if so what can I do? I've adhered to Casey's code. just changed some variable names mostly.