I'm working with 24 bits bitmap, reading them in hexadecimal and i'm trying to show the image by using a DC and other object but my algorythm is kind of slow when is greater than 400x300.
I have bitmaps RGB information in an array in hexadecimal and I know that there's a way of loading the image in memory by using a RGBQuad array of the CreateDibitmap. So my question is: how can i make it ?
