Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!osu-cis!att!ihlpg!klotz From: klotz@ihlpg.ATT.COM (Dave Klotzbach) Newsgroups: comp.sys.ibm.pc Subject: Re: Breaking Turbo C's 64K Global variables barrier Message-ID: <5601@ihlpg.ATT.COM> Date: 14 Nov 88 16:05:34 GMT References: <27369@tut.cis.ohio-state.edu> Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 14 > My problem is that I keep getting > a link error : DGROUP: group/segment exceeds 64K. According to Borlands > documentation, you are only allowed 64K of global data. I do not have my documentation here at work, but I think this limitation applies to a single sourcefile. That is, no one source file may have more than 64k of data. In Huge model, each sourcefile creates a separate data, text and bss section, so that file a.c has an a_text, a_data and a_bss section. -- Dave Klotzbach ihnp4!ihlpl!klotz IE 2F-518 (312) 416-7437