Hi,
In pure MDL, dls file specification (see below) allows to call functions in MDL program (used as Shared library) from another pure MDL program.How may this be done between two "native" MDL programs?
Thanks for help
Best regards,
Jean-Claude
/*----------------------------------------------------------------------+| || Function - || || MDL Shared Library Example Application Dynamic Link || Specification File || |+----------------------------------------------------------------------*//* Specify the version number. */
%Version 0x551
%InterfaceType Mdllib
%ModuleName pixdted
%Functions
GetPointAltitudeFromDtedUsingDisplayedRaster (dtTools_GetPointAltitudeFromDtedUsingDisplayedRaster) GetPointAltitudeFromDted (dtTools_GetPointAltitudeFromCurrentSousLotDted)
%EndFunctions
%Variables
%EndVariables
%End