It's been times since coding with the Turbo C, but as far I remember, you should declare the driver in question, fex.
#include <graphics.h>
if (registerbgidriver(IBM8514_driver) < 0)exit (1);
... register fonts also... and then
initgraph (&int_driver, &int_mode, "");
int_error =...