Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!imagen!atari!portal!cup.portal.com!Aron_Fingers_Nelson From: Aron_Fingers_Nelson@cup.portal.com Newsgroups: comp.lang.pascal Subject: Re: GRAPH.BIN for hercules card Message-ID: <755@cup.portal.com> Date: Thu, 24-Sep-87 12:34:34 EDT Article-I.D.: cup.755 Posted: Thu Sep 24 12:34:34 1987 Date-Received: Sat, 26-Sep-87 18:07:45 EDT References: <9264@brl-adm.ARPA> Organization: The Portal System (TM) Lines: 22 XPortal-User-Id: 1.1001.2065 p >The Turbo Graphix Toolbox available from Borland has a driver >which allows you to use the graphics routines on a Hercules card. Ken Van Camp writes: >And it works most unreliably! If you have to use anything other than >the most primitive functions, make sure you don't try to do more than >one plot per run. --Ken Van Camp Ken I think the problem that you are refering to about the Graphics toolbox is **not** a bug! The Graphics toolbox uses TYPED CONSTANTS and if you are running the GT in memory mode, it will only run the first time correctly because typed constants are only initialized once. (turbo manual : typed constants) Borland suggests compiling to a .com file ****WITHOUT***** running the file. And your problems should go away. aron_filgers_nelson@cup.portal.com disclaimer: I use the GT w/o any problems.