home *** CD-ROM | disk | FTP | other *** search
- Q33365 _pie Fills Whole Screen
- C Compiler
- 5.10 | 5.10
- MS-DOS | OS/2
-
- Summary:
- When the last two x,y values are identical or extremely close, the
- _pie routine will fill the entire screen instead of the region
- desired.
- The following program demonstrates this behavior:
-
- #include <stdio.h>
- #include <graph.h>
-
- main()
- {
- _setvideomode(_HERCMONO);
- _pie(_GFILLINTERIOR, 80,50 ,240, 150, 240, 12, 240, 12);
- while ( !kbhit ());
- _setvideomode(_DEFAULTMODE);
- }
-
- Microsoft has confirmed this to be a problem in Version 5.10. We
- are researching this problem and will post new information as it
- becomes available.
-
-
- Keywords: buglist5.10
- Updated 88/07/29 14:28
-