DOCERR: Printing an OpenGL Image
Article ID: 132866
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
This article was previously published under Q132866
SUMMARY
The documentation relating to printing an OpenGL image in the Win32 SDK
versions 3.5, 3.51, and 4.0 is incorrect. The current version of
Microsoft's implementation of OpenGL in Windows NT does not provide
support for printing. More specifically, an application cannot call
wglCreateContext or wglMakeCurrent on a printer device context.
To work around this limitation, draw the OpenGL image into a memory bitmap,
and then print the bitmap.
Additional query words: 3.50 4.00 Windows
Keywords: kbdocerr kbgraphic kbprint KB132866