I am getting the error message "DirectX Error: TXFORM2" at runtime when i try to lock a bitmap with bmap_lock.

Heres what im doing:

BMAP* letter_bmap;

function main()
{ letter_bmap = bmap_create("georgia_font2.jpg");
wait(1);
bmap_to_format(letter_bmap,8888);
bmap_lock(letter_bmap,0);
}

Does anyone know what this error means?

Last edited by Caermundh; 06/20/12 20:52.