If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > COBOL - "error LNK2001: unresolved external symbol _mysql_init"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-03, 01:06
arunchp arunchp is offline
Registered User
 
Join Date: Nov 2003
Location: India
Posts: 22
COBOL - "error LNK2001: unresolved external symbol _mysql_init"

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.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On