To: djgpp AT delorie DOT com Subject: Re: Page Faults Message-ID: <19961130.162757.6895.3.aclemmer@juno.com> References: <9611281851 DOT AA21012 AT cambridge DOT scr DOT slb DOT com> From: aclemmer AT juno DOT com (Aaron M Clemmer) Date: Fri, 29 Nov 1996 17:45:09 EST On Thu, 28 Nov 1996 18:51:50 +0000 (GMT) combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) writes: > You could always use a debugger first... Anyway, your code is > never able to find out where m[i][j] is in memory if you dont pass > the array dimensions, like matrix m[][10],... BTW, are you >compiling > with -Wall? I guess you should get a warning on this. I've been meaning to get GDB, but my hard drive is rather small.... I hope the problem was really this simple. I would use -Wall, but RHIDE does such an excellent job of putting _everything_ in just a few menus, so I usually forget to find it in some long list of switches... =) aaron