Message-Id: <199707181813.OAA16964@smtp1.sympatico.ca> From: "Norman MacDonald" To: , "Guilherme Silveira" Subject: Re: HELP ME! QUICK! Date: Fri, 18 Jul 1997 15:08:32 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01BC938C.74DEE340" Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_01BC938C.74DEE340 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable What is stopping this code from compiling is that the declarations of = your variables are scattered throughout the code. Just move all the declarations up to = the first of the main() function and it compiles (with two warnings). It still = doesn't run though. Gives a stack fault error. That and there was double brackets on the = stdio.h include file (typo?). You can get rid of the stack fault error by using stubedit = to give more=20 stack space (say 1MB or so, maybe less) to the program but it still = gives a GPF.=20 I'm not going to look at this any further but I figured I'd give it a = shot :). - = Norman MacDonald ---- From: Guilherme Silveira To: djgpp AT delorie DOT com Date: Friday, July 18, 1997 1:23 AM Subject: HELP ME! QUICK! --ATTACHMENT HERE-- ------=_NextPart_000_01BC938C.74DEE340 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

What is stopping this code from compiling is that the declarations of = your=20 variables

are scattered throughout the code. Just move all the declarations up = to the=20 first

of the main() function and it compiles (with two warnings). It still = doesn't=20 run though.

Gives a stack fault error. That and there was double brackets on the = stdio.h=20 include

file (typo?). You can get rid of the stack fault error by using = stubedit to=20 give more=20

stack space (say 1MB or so, maybe less) to the program but it still = gives a=20 GPF.=20

I'm not going to look at this any further but I figured I'd give it a = shot=20 :).

- = Norman=20 MacDonald

----
From: Guilherme Silveira = <thedarkage AT mail DOT geocities DOT com>
To: djgpp AT delorie DOT com
Date: Friday, July 18, 1997 1:23 AM
Subject: HELP ME! QUICK!

--ATTACHMENT HERE--

------=_NextPart_000_01BC938C.74DEE340--