I have an applcation using frames. I'd like to be able to add multiple instances of the same frame during runtime. I do not know how many frames I will need in advance, as that number is computed during runtime.
If I try to use the "new" operator and add more than one instance of a frame (say...
I'm using ffmpeg to stream video. I finally have a raw data array with the pixel info in it (RGB32). I'd like to be able to render this in a windows app using BitBlt or similar.
The problem is however, I don't know how to associate a DC with my raw memory array? Any suggestions on how to go...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.