delorie.com/archives/browse.cgi | search |
Date: | Sun, 9 Apr 2000 08:52:20 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | beyonddeath <justhunt1234 AT home DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: ok ive got a problem in my code help? |
In-Reply-To: | <cqrsesk6i4ceogt2p4k9hij379n086elrt@4ax.com> |
Message-ID: | <Pine.SUN.3.91.1000409085155.7469X-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Fri, 7 Apr 2000, beyonddeath wrote: > ok i used symify on it and it says its on lines which dont exist and > in functions that dont exist ex. > _main+26 > when my main function is not even on that line (16-23 is the lines its > on) "+26" is not the line number, it's an offset in bytes from the beginning of the main function. The symify program should have put the line information right next to _main+26. If it didn't, it's probably because you didn't compile with the -g switch.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |