Posted: Tue Oct 25, 2005 2:27 pm Post subject: unresolved external symbol _MQDISC in IBM sample AMQSPUT0.c
Newbie
Joined: 25 Oct 2005 Posts: 1
Hello I am trying to compile(Debug mode) the IBM sample code to connect to MQ. I have created a console application in Visual studia 6.0 and also included cmqc.h header file, its in external dependencies.
Program name: AMQSPUT0.c
Description: Sample C program that puts messages to
But getting the following error....... pls help me urgently.......
amqsput0.obj : error LNK2001: unresolved external symbol _MQDISC
You need to link with mqm.lib if this is a local queue manager (bindings mode... same as amqsput.exe ) or with libmqic32 if connecting to a remote queue manager (same as amqsputc.exe).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum