Skip to main content

Linker is requiring the file externl.obj - why?

  • February 15, 2013
  • 0 replies
  • 2 views

Problem:

When compiling from a command line the linker is requiring that the file external.obj be linked in

but when running a .int from within the project it is not required.

Resolution:

.int format programs within a project will load and use the util.lbr file which contains the externl inside it.

When linking OBJs the util.lbr is not used so the externl.obj module is required when there is an EXTERNAL phrase specified within an FD.

Old KB# 5233

0 replies

Be the first to reply!