Board index » off-topic » BGI Error: Graphics not initialized (use InitGraph)

BGI Error: Graphics not initialized (use InitGraph)


2004-06-29 07:50:58 PM
off-topic1
Hi,
i wanna run an old pascal-exe and i get the error: "BGI Error: Graphics not
initialized (use InitGraph)"
how do i solve this problem? i think the application was compiled with
pascal 7.
Thx for Solutions!
 
 

Re:BGI Error: Graphics not initialized (use InitGraph)

Ron Eggler wrote:
Quote
Hi,

i wanna run an old pascal-exe and i get the error: "BGI Error: Graphics not
initialized (use InitGraph)"
how do i solve this problem? i think the application was compiled with
pascal 7.

Thx for Solutions!

--
roN
www.rideon.ch


Hi,
Try to copy all of the drivers (*.BGI) and
fonts (*.CHR) into Your Directory-Path.
Or type SET from DOS-Prompt. If there is a directory
specified (e.g. BGIPATH=C:\MYPGM\BGI) then
create this directory (of it doesent exist) and
copy the files in this directory.
HTH
Rudolf Wiesendanger
 

Re:BGI Error: Graphics not initialized (use InitGraph)

Rudolf Wiesendanger wrote:
Quote
Ron Eggler wrote:
>Hi,
>
>i wanna run an old pascal-exe and i get the error: "BGI Error:
>Graphics not initialized (use InitGraph)"
>how do i solve this problem? i think the application was compiled
>with pascal 7.
>
>Thx for Solutions!
>
>--
>roN
>www.rideon.ch
>
>

Hi,

Try to copy all of the drivers (*.BGI) and
fonts (*.CHR) into Your Directory-Path.
what's my directory-path?
Quote
Or type SET from DOS-Prompt. If there is a directory
specified (e.g. BGIPATH=C:\MYPGM\BGI) then
create this directory (of it doesent exist) and
copy the files in this directory.
i don't know if there is a directory specified...
 

{smallsort}

Re:BGI Error: Graphics not initialized (use InitGraph)

Ron Eggler wrote:
Quote
Rudolf Wiesendanger wrote:

>Ron Eggler wrote:
>
>>Hi,
>>
>>i wanna run an old pascal-exe and i get the error: "BGI Error:
>>Graphics not initialized (use InitGraph)"
>>how do i solve this problem? i think the application was compiled
>>with pascal 7.
>>
>>Thx for Solutions!
>>
>>--
>>roN
>>www.rideon.ch
>>
>>
>
Hi,
do You have *.CHR and *.BGI files on You installation disk
or do You have this program from an other PC ?
Rudolf Wiesendanger