Re: Win32Lib and Bitmaps
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Nov 16, 1998
- 659 views
Reverend Ferlin wrote: > I am working on a program utilizing Win32Lib, > however I am trying to include a bitmap that > uses some kind of palette other than the standard > windows palette, how can I make the bit map display > with the correct palette under exw and win32lib? I was under the impression that Win32 automatically converted the bitmap to the proper palette - there's supposed to be a createCompatibleBitmap or some such function in there. Pete has some assembly code for converting bitmaps from one palette to another for DOS on his home page, and I'll be including that function in Dos32Lib. I didn't expect that you would have to deal with that in Win32, though. -- David Cuny