Man alive I'm having difficulty
All I want to do is create a simple screen grab POC using the GDI.
I have working C++ code, but the GUI is evading me.
I have created a GTK+ front end with a GTK Image widget. I have the DC of this image widget but when I try and stretchblt to it, it does not work.
I have googled around trying to find examples of stretch blting into GTK Image, and not found anything.
I posted in their forums over a day ago. No response.
So I think, I know, I'll download VC++ 2008 express and use that for my POC. Install it, and it wants me to register it before I can use it. Ok great. I register it. Then I get a shiny email in my inbox thanking me for registering.
VC++2008E still wants a registration key
I just want to finish my POC, so can anyone either
Tell me where they found their reg key or
Point me in the direction of a code sample for doing a screen grab using GTK??
Thanks in advance
All I want to do is create a simple screen grab POC using the GDI.
I have working C++ code, but the GUI is evading me.
I have created a GTK+ front end with a GTK Image widget. I have the DC of this image widget but when I try and stretchblt to it, it does not work.
I have googled around trying to find examples of stretch blting into GTK Image, and not found anything.
I posted in their forums over a day ago. No response.
So I think, I know, I'll download VC++ 2008 express and use that for my POC. Install it, and it wants me to register it before I can use it. Ok great. I register it. Then I get a shiny email in my inbox thanking me for registering.
VC++2008E still wants a registration key
I just want to finish my POC, so can anyone either
Tell me where they found their reg key or
Point me in the direction of a code sample for doing a screen grab using GTK??
Thanks in advance
Comment