I am trying to compile a COBOL program which has a subroutine code to C API program, provided by MySQL.
CALL '_mysql_init'
using by reference E-ptrSQLConnect
giving E-ptrSQLEnv
when I compile this program I get struck up with the following error;
error LNK2001: unresolved external symbol '_MYSQL_INIT'
How can i solve this problem...
I have used
Microsoft (R) 32bit Incremental Linker Version 3.00.5270 and
CA REALIA COBOL Version 6.0.45
Suggeston are welcome to solve this problem...
Thanks
apa.