I noticed the lclintf does not have any method to create a log palette and the bitmap class only has the HANDLE for the palette but no means to create it, did i get this correct?
So i guess i need to use win32 api to create it, are 16 color images supported in other targets?
I use an offscreen bitmap to draw a full sized cad image to render it smoothly but i only need no more than 16 colors and would like to keep memory usage low to enable this app to load several cad sheets.
64 bit targets isnt a problem but i also want a 32 bit target.
Jamie