Reply to Any help?
If you don't have an account, just leave the password field blank.
There is this thing on Dinkvar.h:
dib_pitch = (pbi->biWidth+3)&~3;
Don't know what does that &~3. Someone can help, please?
dib_pitch = (pbi->biWidth+3)&~3;
Don't know what does that &~3. Someone can help, please?