Re: Llama
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Apr 12, 1999
- 474 views
Nuno Barros wrote: > I hope you manage to translate well Win32Lib > features to Llama... So far, I haven't run into any major problems. For the most part, Llama should be backwards compatible with Win32Lib. > and if possible with CreateCompatibleDC, > CreateCompatibleBitmap, SelectObject, > BitBlt and DeleteObject GDI32.dll functions added ;) The SelectObject/DeleteObject makes the GDI part the most complex. As with Win32Lib, I'll try to hide the resource allocation/deallocation so it happens automatically. -- David Cuny