Re: PrintWindow
From: George (x_at_no.com)
Date: 04/06/04
- Next message: George: "Re: PrintWindow"
- Previous message: Louis Solomon [SteelBytes]: "Re: use gdi+ how to resize the image"
- In reply to: Emmanuel Dubecq: "Re: PrintWindow"
- Next in thread: George: "Re: PrintWindow"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 05 Apr 2004 22:12:47 -0500 To: Emmanuel Dubecq <emmanuel.dubecq@numericable.fr>
Emmanuel Dubecq wrote:
> Since PrintWindow is not present in all versions of windows, the function is
> not declared by default. U must override the default version of the SDK if
> you want windows.h to publish the lattest functions.
>
> #define _WIN32_WINNT 0x0501 //this is the windows XP SDK version
> #include <windows.h>
> .....
>
> (sorry for my english)
Thanks for reply.
I did exactly the same as you do. Not work.
I am still using GetProcAddress.
- Next message: George: "Re: PrintWindow"
- Previous message: Louis Solomon [SteelBytes]: "Re: use gdi+ how to resize the image"
- In reply to: Emmanuel Dubecq: "Re: PrintWindow"
- Next in thread: George: "Re: PrintWindow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|