From LaurenceWood at SunyataSystems.Com Sat Jun 15 15:35:45 2002 From: LaurenceWood at SunyataSystems.Com (Laurence F. Wood) Date: Sat Dec 3 00:52:12 2005 Subject: [info-cscheme] Bug in ntscreen.c Message-ID: <000301c214a3$dc3830d0$0191d7ce@sunyataac7c64o> Hi Chris, On Windows systems, I caught this little bug in ntscreen.c, (inside function SizeScreen), which may cause the windows function GetWindowPlacement to fail. The structure's length variable must be initialized according to the windows reference. A corrected code fragment is below. /* BOOL SizeScreen (HWND hWnd, WORD wVertSize, WORD wHorzSize ) Description: Set SCREEN size. */ pl.length = sizeof(WINDOWPLACEMENT); GetWindowPlacement (hWnd, &pl); Best regards, Larry ============================================ Laurence F. Wood CSO And Quantum Physicist Sunyata Systems Corporation 732.701.9746 Direct 732.701.9748 Fax WWW.SUNYATASYSTEMS.COM "Industry's Resource for Precision-Activated Compounds" ============================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://zurich.csail.mit.edu/pipermail/info-cscheme/attachments/20020615/05903ac7/attachment.html From cph at zurich.ai.mit.edu Tue Jun 18 14:01:25 2002 From: cph at zurich.ai.mit.edu (Chris Hanson) Date: Sat Dec 3 00:52:12 2005 Subject: [info-cscheme] MIT Scheme 7.7.1 is released Message-ID: This is a bug-fix release; see the release notes or changelog for details. It's available, as usual, from http://www.swiss.ai.mit.edu/projects/scheme/mit/ or ftp://ftp.swiss.ai.mit.edu/pub/mit-scheme/