Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!quiche!quesnel From: quesnel@cs.mcgill.ca (Rene QUESNEL) Newsgroups: comp.sys.mac.programmer Subject: Help!!! Internal check errors with CFront Message-ID: <1991Jun4.234444.18464@cs.mcgill.ca> Date: 4 Jun 91 23:44:44 GMT Sender: news@cs.mcgill.ca (Netnews Administrator) Organization: SOCS, McGill University, Montreal, Canada Lines: 23 Originator: quesnel@bart I'm getting error messages from Cfront that I don't understand. Here's a reduced version of the problem I get: #include WindowPtr wind; void foo(void); void foo() { wind = GetNewWindow(12, 0L, (WindowPtr)-1L); } If I try to compile that code with: CPlus -sym off -mf foo.cp, I get the following: File "foo.cp"; line 9 # internal << CFront Version 1.0 (9/11/90; AT&T 2.0)) Apple Computer, Inc. 1989-90 >> error: check( 2519468, 0, 136) Does anyone have any idea what the error message means and what could be the problem? I'm lost. Thank you. Rene Quesnel