CALL

Attempt to automatically resolve any remaining external references by repeatedly searching the load library for .obj files matching external names.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]CALL

Properties:

Default: CALL

Build Settings:

Check Resolve external calls at link time on the Linker tab of your project properties Assembler page.

Comments:

If the loading of these modules in turn adds additional external references, the process is repeated until there are no remaining unresolved external references or until the last pass fails to resolve any additional external references.

Error messages are issued for any unresolved external references.