1. Req Info on Double Buffering in Win32
- Posted by David Roach <roachd_76 at YAHOO.COM> May 15, 2000
- 475 views
I was just wondering if drawing to a Pixmap and then updating the screen in Windows is the same as double buffering? If not is there an example program that shows how or could you give me an example? I am coming along nicely with Euphoria using WinLib32 and I am starting to get into the more complicated parts. It is so agrevating though. < SIGH > But I will press on. Thanks for any help in advance Dave
2. Re: Req Info on Double Buffering in Win32
- Posted by David Cuny <dcuny at LANSET.COM> May 16, 2000
- 449 views
David Roach wrote: > I was just wondering if drawing to a Pixmap and > then updating the screen in Windows is the same > as double buffering? Yes, it's the same. > I am coming along nicely with Euphoria using > WinLib32 and I am starting to get into the more > complicated parts. It is so aggrevating though. Unfortunately, yes. Just remember the Perl slogan: there's more than one way to code it. Good luck! -- David Cuny