[quote user="Mohammad Aryafar"]Can you tell me how I can resolve the issue?[/quote]
The MDL Function Reference provides useful information. For example...
mdlRaster_initialize
Function
void mdlRaster_initialize ()
Description
Must be the first call to mdlRaster for every application that wants to use mdlRaster API
Required Header
<msraster.fdf>
Required Library
rasterlib.lib
The header is for the compiler, so it can see the function prototype.
The library is for the linker, so it can find the implementation.