I have a Windows HDC handle from an external library that I d like to use QPainter functionality to draw on. Is there any way in Qt to create a QPaintDevice from a HDC handle?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...