Re: PrintWindow
From: George (x_at_no.com)
Date: 04/06/04
- Next message: Louis Solomon [SteelBytes]: "Re: Polyline() tale of woe - what are its real limitations? (long)"
- Previous message: George: "Re: PrintWindow"
- In reply to: Emmanuel Dubecq: "Re: PrintWindow"
- Next in thread: George: "Re: PrintWindow"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 05 Apr 2004 22:14:34 -0500
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: Louis Solomon [SteelBytes]: "Re: Polyline() tale of woe - what are its real limitations? (long)"
- Previous message: George: "Re: PrintWindow"
- In reply to: Emmanuel Dubecq: "Re: PrintWindow"
- Next in thread: George: "Re: PrintWindow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|