Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!spool.mu.edu!news.cs.indiana.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!jmd21132 From: jmd21132@uxa.cso.uiuc.edu (Jackle) Newsgroups: comp.lang.c Subject: Re: HELP needed with initgraph() Message-ID: <1991Jun27.140218.6750@ux1.cso.uiuc.edu> Date: 27 Jun 91 14:02:18 GMT References: <1991Jun23.185351.5695@thunder.mcrcim.mcgill.edu> <1991Jun27.092604.5474@sq.sq.com> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 14 I have a little problem with my Turbo C program. It works fine on an IBM PS/2 with MCGA, but when I try to run it on my IBM compatible with a VGA card, it freezes during the execution of initgraph(). I checked everything and discoverd that I can correct this problem by decreasing the size of one of my arrays. The array itself doesn't take more than 6K of memory. I'm using a 320x200x256 mode supported by svga256.bgi. Any clues? Also, I'm unable to execute the code directly from DOS. If I try, I get a blank screen and the program freezes just as above. Sounds familiar? Thanks in advance for any help. J.