CxImage - again - pDib question
-
This is CxImage library question. For starters - I am asking you to refrain from discussion about virtues of other methods, please. This library is officially no longer supported by the author. So I am asking general audience for help. I need to convert the CxImage back to CDib. CxImage class has pDib member to do just that – however – I cannot figure out how to use pDib to accomplish that. The assertion is OK but my function fails with “illegal pointer passed”. I am not including my code because I do not want to waste space. I’ll be happy to provide code for whoever knows something about CxImage and can help me. Thanks for understanding. Vaclav
-
This is CxImage library question. For starters - I am asking you to refrain from discussion about virtues of other methods, please. This library is officially no longer supported by the author. So I am asking general audience for help. I need to convert the CxImage back to CDib. CxImage class has pDib member to do just that – however – I cannot figure out how to use pDib to accomplish that. The assertion is OK but my function fails with “illegal pointer passed”. I am not including my code because I do not want to waste space. I’ll be happy to provide code for whoever knows something about CxImage and can help me. Thanks for understanding. Vaclav
What about GetDIB()? Thats all you'd need if you're using for StretchBlt or equiv. I've used CxImage quite a bit. -- Joel Lucsy