Posted: Wed Jan 07, 2009 1:24 am Post subject: fatal error : cannot open input file imqc23in.lib
Newbie
Joined: 07 Jan 2009 Posts: 2
Hi,
I am trying to build a source code of C++ in Visual studio .NET 2003 IDE developed long time back by another team. Application interacts with the MQ. When I tried to build, it throws the following error :
fatal error : cannot open input file imqc23in.lib
Q1: Is "imqc23in.lib" file is present in the system only if the MQ is installed ?
Q2: Is it so dependant that we cannot even generate the EXE without the above mentioned library files ?
Posted: Wed Jan 07, 2009 2:02 am Post subject: Re: fatal error : cannot open input file imqc23in.lib
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
venujune6 wrote:
Q1: Is "imqc23in.lib" file is present in the system only if the MQ is installed ?
I don't imagine that any WMQ are present if WMQ is not installed (unless there's a deal with Microsoft I'm unaware of!)
venujune6 wrote:
Q2: Is it so dependant that we cannot even generate the EXE without the above mentioned library files ?
Yes - it's a statically linked lib not a dll. This is a common construct with many products. _________________ Honesty is the best policy.
Insanity is the best defence.
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