Problem: use an library written in COBOL for a C++ project.
Softwares used: CA-REALIA COBOL 1.2 and Borland C++ 4.x
I want to use cobol procedure in a C++program. For this, I have to
compile my cobol program in a .ddl with the CA command : REALCOB. After,
I translate this file into a .lib (compatible with C++). But, if I read
the .lib interface, I find :
RCL$RUP
RCL$RUP size=0
These interface is not usable on C++.
So the question is: what is the procedure to get a correct library
?????????