Address of FILE-driver

MAP
  ClarionDrv,NAME('CLARION')
  TopSpeedDrv,NAME('TOPSPEED')
END

Code
ClaDrvAddr# = Address(ClarionDrv)
TpsDrvAddr# = Address(TopSpeedDrv)

Compile project in Local mode. If drivers CLARION and TOPSPEED linked to project — all Ok.

If driver CLARION or TOPSPEED not linked to project — failed proccess of link. Ok. It is possible to make so, that the process of assembly of the project has not discontinued, and instead of addresses to receive 0?