Mixed Language Linking

J

jnhemley

I'm trying to link a COBOL program with a 16 bit Borland C++ object.The
c++ function calls memcpy.
I get the following error when linking:
portstat.obj(portstat.c) : error L2029: '_memcpy' : unresolved external

What do I need to do to make this link properly ?
 
R

Rolf Magnus

I'm trying to link a COBOL program with a 16 bit Borland C++ object.The
c++ function calls memcpy.
I get the following error when linking:
portstat.obj(portstat.c) : error L2029: '_memcpy' : unresolved external

What do I need to do to make this link properly ?

This is off-topic here. My guess is that you need to link the C++ standard
library.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top