Hello:
Anyone have an idea how to do this. I have a COBOL Dll.
I have entry point info which is something like this:
CALL "XXXXX" USING X1-HEADER
X2-REQ-AREA
X3-COMM-AREA.
Now, in C++, there is def file which has exported functions. How do I call this COBOL function from a C program? COBOL does not have a export file/def file or something like that..
P.S: I am not a COBOL programmer..
Thanks (riyer@touchnet.com)
Anyone have an idea how to do this. I have a COBOL Dll.
I have entry point info which is something like this:
CALL "XXXXX" USING X1-HEADER
X2-REQ-AREA
X3-COMM-AREA.
Now, in C++, there is def file which has exported functions. How do I call this COBOL function from a C program? COBOL does not have a export file/def file or something like that..
P.S: I am not a COBOL programmer..
Thanks (riyer@touchnet.com)