... ) hDib = FILOAD( nSrcFormat, cSrcFile, ) hDib2 = FICOPY( hDib,nX1,nY1,nX2,nY2 ) lOk = FISAVE( nSrcFormat, hDib2, cDstFile, 0 ) #ifdef __CLIPPER__ FREELIB32( hLib ) #else FREELIBRARY( hLib ) #endif return lOk DLL32 STATIC FUNCTION FICOPY( hDib AS LONG, nLeft AS LONG, nTop AS LONG,nRight AS LONG,nBottom ...