You cannot set the BMAP to a string.

try this:

BMAP *mouseCursor = "mouse.tga";

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