Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling COBOL Microfocus v4.1 App Server programs from C

Status
Not open for further replies.

mikepru

IS-IT--Management
Sep 25, 2002
1
US
Does anyone know how to call interpreted COBOL programs from a C or Java runtime environment without statically including the MF COBOL runtime?
 
Mikepru,

When you write "interpreted", do you mean a .int or a .gnt program with that? If yes, I think it is impossible or at least very hard.
But a modern Micro Focus product like Net Express is also capable of generating "real" binaries, .exe as well as .dll

If you can generate a dll, it is easy. If you like, I have examples of calling Net Express generated dll's from C, not java.
Marcel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top