Re: Win32Lib Pixmaps error
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Jul 20, 2000
- 421 views
Lewis Townsend wrote: > Is there a LIMIT to the number of pixmaps > I can have in a program? I think I created 352. Keep in mind that a pixmap is just a plain old windows bitmap by another name. You might run Resource Meter (Start|Program|Acessories|System Tools) to see if it's eating up all the GDI resources. If a lot of the bitmaps are the same size, you can merge them together into a graphics editor and load them at once, and then used BitBlt to select only the portion of the bitmap you are interested in. That's how most programs handle animated sprites, for example. -- David Cuny