I want to get the pixel map in order to read & write
fastly like directX or software GL routines to send my own graphic buffer to the windows (win main)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Look up Device Contex in the Win32 help file. You should be able to figure how to manipulate images or pixels in your window. If you want to do it in a buffer then dump it to the window look up Memory Device Contex.
Light Knight
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to get the pixel map in order to read & write
fastly like directX or software GL routines to send my own graphic buffer to the windows (win main)
Look up Device Contex in the Win32 help file. You should be able to figure how to manipulate images or pixels in your window. If you want to do it in a buffer then dump it to the window look up Memory Device Contex.
Light Knight