Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "DeHackEd" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Question of timer routine for Allegro Date: Mon, 1 Jun 1998 17:56:23 -0700 Message-ID: <19980602005455.AAF11858@ppp124.cartsys.com> Precedence: bulk At 06:19 5/30/1998 -0400, DeHackEd wrote: >>I make sure that I'd locked all variables and functions which are >>necessary. Please help me checking it out where the problem is. >>Thanks in advance. > >As I said, the only way to lock SPRINTF is rebuilding LIBC. Did you do that too? Not the *only* way. You can do: #include int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY; which will lock *all* your memory. But the original poster wasn't doing that either. Nate Eldredge nate AT cartsys DOT com