RESPONDER UNA PREGUNTA

Si para responder la pregunta, crees necesario enviar un archivo adjunto, puedes hacerlo a traves del correo [email protected]

    Pregunta:  22227 - PROBLEMAS CON EGAVGA.BGI
Autor:  Manuel Nin
Salu2 All

Uso turbo Pascal 7 y cuando trato de usar la libreria GRAPH me arroja el siguiente error:

Device Driver file not found (EGAVGA.BGI)

Si alguien me puede ayudar? se lo agradecere...

Aqui el programa que ejecuto...
{Grfreslt.PAS}

{Sample code for the GraphResult function.}

uses Graph;

var
ErrorCode: Integer;
GrDriver, GrMode: Integer;
begin
GrDriver := Detect;
InitGraph(GrDriver, GrMode, ' ');
ErrorCode := GraphResult; { Check for errors }
if ErrorCode <> grOk then
begin
Writeln('Graphics error:');
Writeln(GraphErrorMsg(ErrorCode));
Writeln('Program aborted...');
Halt(1);
end;
ClearDevice; { Do some graphics... }
Rectangle(0, 0, GetMaxX, GetMaxY);
Readln;
CloseGraph;
end.


Nombre
Apellidos
Correo
Comentarios