Calling Cobol from Quick
Neil Harvey
neil@nha.co.za
Fri, 19 Jul 2002 14:16:18 +0200
Hi folks
I've recently tried calling Cobol from Quick on HP-UX.
Now, I'm trying MF COBOL.
I compile to create a .o file
I use BuildExternal to create the qkdriver file, and give it the right
permissions
But I get unresolved messages during the BuildExternal, and the first of
these appears when Quick calls the subroutine:-
BuildExternal.....
/usr/ccs/bin/ld: Unsatisfied symbols:
_mFginitdat (code)
_mFldhandle (data)
_mFgprogunchain (code)
_mFgtypecheck (code)
_mFgprogchain (code)
_mFgF805 (code)
Quick....
/usr/lib/dld.s lved symbol: _mFginitdat (code) from
/nha/phd/qkdriver0
Any clues?
Regards
Neil