Hi,

You need to pass a BMAP pointer, not a string.

Code:
BMAP *bmp_mouse = "mouse.tga";

function main()
{
   video_screen = 1;
   mouse_mode = 4;
   mouse_map = bmp_mouse;
}