From: miphon@geocities.com (Miphon)
Subject: ftell fseek problem
10 Sep 1998 08:36:22 -0700
Message-ID: <35F68701.5706.cygnus.gnu-win32@geocities.com>
Reply-To: miphon@geocities.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.com

In using a mkindx kinda file it doesn't seem to grab the correct start
spots so the out putfrom the text file is started in an incorrect spot
(am I making any sense yet?).
I'm not an acual programmer just someone who occasionally can do some
debugging and a little compiling here and there and this problem is
above me.  The mkindx file I am refering to comes with the PENNmush mush
package available at http://www.pennmush.org/.
One of the programmers sent this to me if it helps.  I guess what I'm
asking is there a way to get ftell (and fseek) to work correctly?



could this problem be because in Win32, we get the
mkindx bigpos using ftell, but we store the entry's length
(bigpos - pos)? According to my unix man page for ftell, on
some non-Unix systems, the ftell return value can't really be
used arithmetically like that because it's not measured in 
bytes but in something else meaningful only to fseek.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
