> I'm really new at this.  (be forewarned)
Newbies are welcome as always, but questions like this can generally be
answered within their own emails!!

> remove (strsave); before the rename(TEMP_FILE, strsave); statement.
Go back through and reverse that change.. That's probably where you're
having problems. You DID make backups, no???

> Please keep in mind that I don't know C.  I'm still waiting for my
books to arrive on it.   (Limited experience with C++)
The error was probably somewhere inside of the code that you "changed",
thinking it was safe to do so.. Go back, reverse that change, and watch
your code compile, and run with no errors, I'd bet!!

>>>Before I added that, I had issues with how it saved.
Gammon's ROM for windows (2.4b4 I think) had that line added, and it
seemed to solve my problem.

There's your problem right there I'd bet.. If you're running under
Windows, don't... Not to beat a dead horse here, but windows REALLY is
not the best programming environment. Use linux (nuff said there). If
you're trying to port a Windows fix to a Linux prog, then that's
possibly your problem.


Reply via email to