Xref: utzoo comp.os.os2.programmer:303 comp.os.os2.misc:411 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!think.com!linus!progress!billf From: billf@progress.COM (Bill Ferro) Newsgroups: comp.os.os2.programmer,comp.os.os2.misc Subject: Re: bug in MSC 6.00A (same as in 6.00) Message-ID: <1990Nov29.205227.16126@progress.com> Date: 29 Nov 90 20:52:27 GMT References: <1990Nov27.214743.22138@arnor.uucp> Sender: news@progress.com (The News User) Organization: Progress Software Corp., Bedford, MA Lines: 23 Nntp-Posting-Host: billf oleg@ibm.com writes: >I just upgraded to 6.00A (maintenance release). Still have the same problem >as with 6.00. I get compiler internal error: > cl /DKERNEL /DOS2 /c /Gs /Os /Asnw /Zpe /Fc /G2 uipc_so1.c >uipc_so1.c >uipc_so1.c(79) : warning C4017: cast of int expression to far pointer >uipc_so1.c(142) : warning C4033: function must return a value >uipc_so1.c(517) : warning C4017: cast of int expression to far pointer >uipc_so1.c(847) : fatal error C1001: Internal Compiler Error > (compiler file '@(#)regMD.c:1.110', line 4688) > Contact Microsoft Product Support Services >As far as I know this bug is not on the known bugs for 6.00A Try adding "/B1 C1L.EXE" to your parameter list. This invokes the large model of the compiler. I saw similar fatal errors that went away when switched.... -bf