3

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?

Travis Webb
  • 14,688
  • 7
  • 55
  • 109
Alexandre
  • 1,985
  • 5
  • 30
  • 55
  • https://thenextweb.com/finance/2017/04/25/banks-should-let-ancient-programming-language-cobol-die/#.tnw_TZuilN1M – phuclv Jun 25 '17 at 03:15
  • @EJP I did not make the edit you're referring to: https://stackoverflow.com/revisions/6632553/2. Also: take your random complaints elsewhere. – Travis Webb Jun 26 '17 at 03:37

1 Answers1

3

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

OpenCobol wiki

Bo Persson
  • 90,663
  • 31
  • 146
  • 203