Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cobol and C++

0 views
Skip to first unread message

Philippe Thiran

unread,
Nov 26, 1997, 3:00:00 AM11/26/97
to

Hi,

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
?????????

0 new messages