Alexandre
Alexandre

Reputation: 2025

mix cobol with c++/C

I tried to mix COBOL code with C++, but i not have success :(

I see this topic in IBM forum: http://publib.boulder.ibm.com/infocenter/comphelp/v111v131/index.jsp?topic=/com.ibm.aix.cbl.doc/PGandLR/tasks/tpsub17.htm ( Calling between COBOL and C/C++ programs )

But, when I go to build this code, I receive several a lot of errors from linker :(

So, what I can do to build this code, using OpenCobol?

Upvotes: 3

Views: 406

Answers (1)

Bo Persson
Bo Persson

Reputation: 92381

The IBM docs are specific to their compiler and OS. Try this instead

OpenCobol wiki

Upvotes: 3

Related Questions