RECT rc = {0,0,32,32};
lpddsback->Blt(&rc,lpdds,&rc,DDBLT_WAIT,NULL);
If I move the RECT to {0,1,32,33} it displays fine. The output is kinda crazy, and I don't understand it at all.
The output should just be one bitmap in the upper left corner instead of 20 bitmaps across the screen each moved up by one pixel. Go here to see what I mean.
http://hometown.aol.com/lshadow27/index.html
...the first bitmap is displayed, then it outputs another one moved up 1 on the y axis, and then another moved up 1 on the y axis, all the way across the screen.
If anyone has any clue of what I'm talking about I could use some help!!!
Thanks.
(I keep forgetting about the ubb and html code!)
[This message has been edited by lshadow (edited December 19, 1999).]






