From: "Tim Nicholson" Newsgroups: comp.os.msdos.djgpp Subject: Re: SIGSEGV page fault DOS but not Windows Date: Tue, 31 Oct 2000 07:44:57 -0000 Organization: Skyforce avionics Limited Lines: 30 Message-ID: <8tltb6$inc$1@plutonium.btinternet.com> References: <8tknba$509$1 AT plutonium DOT btinternet DOT com> <972960037 DOT 776793 AT shelley DOT paradise DOT net DOT nz> NNTP-Posting-Host: host62-172-170-184.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com It means display_label((*label)[setup->language]) Sorry, I was bit tierd when I wrote the original message! "Edmund Horner" wrote in message news:972960037 DOT 776793 AT shelley DOT paradise DOT net DOT nz... > Perhaps this shows up my knowledge rather than yours, but what exactly do > you mean by: > > > display_label((label*)[setup->language]) > > I have never seen such a construct! In fact I am not even sure it means > anything. > > The nearest alternatives I can think of are: > > display_label(label[setup->language]) > display_label((*label)[setup->language]) > > If you still haven't solved the problem, then show us the prototype for > display_label and the definition of label and we may be able to fix it. > > Edmund. > >