Date: Sun, 9 Jan 2000 10:14:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: GWME cc: djgpp AT delorie DOT com Subject: Re: DJGPP to VC5 conversion In-Reply-To: <20000108144117.00863.00000374@ng-cr1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 8 Jan 2000, GWME wrote: > // DELAY OF 1/4 SECONDS > i=rawclock()+5; > while (rawclock() > This causes the following error message: > 'Main1.obj : error LNK2001: unresolved external symbol _rawclock' > > Does anyone know of a similar command under VC5. This is not the right forum to ask about MSVC. If MSVC has _bios_timeofday function, you can use that.