Chris
Using the command line batch files the source code compiles and (apparently) links OK ....
c:\\WORKAREA\\Eloq-BOM\\BOMPROG>compile
Micro Focus COBOL
Version 6.0 (C) Copyright 1984-2020 Micro Focus or one of its affiliates.
Object file-name [BOMP.OBJ]:
Source listing [NUL]:
Object listing [NUL]:
* Checking complete with no errors - starting code generation
* Generating bomp
* Data: 6912 Code: 6873 Literals: 3792
c:\\WORKAREA\\Eloq-BOM\\BOMPROG>link
Micro Focus COBOL - CBLLINK utility
Version 6.0.0.69 (C) Copyright 1984-2020 Micro Focus or one of its affiliates.
Microsoft (R) Incremental Linker Version 14.16.27035.0
Copyright (C) Microsoft Corporation. All rights reserved.
bomp.obj
cbllds00003FE8.obj
Creating library bomp.lib and object bomp.exp
Microsoft (R) Manifest Tool
Copyright (c) Microsoft Corporation.
All rights reserved.
... but when I try to run BOMP.EXE I get the error message "The ordinal 75 could not be located in the dynamic link library c:\\workarea\\eloq-bom\\bomprog\\image3kc.dll"
I don't recall ever seeing this error message before. Can you shed any light on this?
Thanks