noesis@ucscb.UCSC.EDU (60276000) (06/29/91)
help! i cannot get VGA256.bgi from simtel to load
following the instructions here's a fragment
int huge mydetect()
{
return(3);
}
main()
{
int grmod=0, grdvr;
grdvr=installuserdriver("VGA256.BGI", mydetect);
initgraph(&grdvr, &grmod);
}
initgraph does NOTHING! & installuserdriver doesn't even load the driver
as verified my memory checks. what am i doing wrong?
kyle