And I just have no idea where to start in tracking down the program. Does anyone have any idea what it could be? Thanks
Ratman
Ratman
Sometimes youll get a card that has a pitch of 2000 for 640x480 (example) or something like that. So you have to poll your card to get the correct pitch.
Basically once you create a surface in DirectDraw, do a GetSurfaceDesc() and then save the pitch from DDSD.lPitch
That should give you the appropriate pitch for your card.
-Geoff