Hi, Just find this change in win32.c: 410,415c408,411 < void* result; < if (pdrv==NULL) < result=NULL; < else < result=(void*) pdrv->hDriverModule; --- > HMODULE result; > if (pdrv==NULL) result=0; > result=pdrv->hDriverModule; notice the last 2 lines! i think, the 'else' left out :) A'rpi / Astral & ESP-team -- mailto:[EMAIL PROTECTED] http://esp-team.scene.hu _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
