ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » MQ Dll

Post new topic  Reply to topic
 MQ Dll « View previous topic :: View next topic » 
Author Message
lcarreno
PostPosted: Thu May 29, 2003 8:33 am    Post subject: MQ Dll Reply with quote

Novice

Joined: 06 Dec 2002
Posts: 20

Hello,

i make a vb app (6.0), i made my pakage ( with wizzard app), i can install my app with out errors,but when try to connect at mqmanager the app fail,
because mqic32.dll not found , what I need to make to fix this?
Back to top
View user's profile Send private message
bower5932
PostPosted: Thu May 29, 2003 9:05 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

mqic32.dll is the dll for a client connection. If you don't have it on your system, I'd assume that you installed only the server part of MQ. You should be able to rebuild your program using mqm.lib instead of mqic32.lib. However, if you truly meant to have your program run with a client connection, you'll have to go back and install the client code.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
balaji sr
PostPosted: Thu May 29, 2003 11:50 am    Post subject: MQ dll Reply with quote

Apprentice

Joined: 07 Jan 2003
Posts: 28

mqic32.dll is for mq client.
I think you have developed the application in a MQ client environment.
If not, check for the condition compilation argument. You need to mention the Mqtype=1 for server.

When your building the vb package no need to take the mqseries files (.dll, etc).
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
lcarreno
PostPosted: Thu May 29, 2003 1:52 pm    Post subject: Dll ? Reply with quote

Novice

Joined: 06 Dec 2002
Posts: 20

Ok,

I compile whit flag = client, i need install client + my app, how i can
use mqm.lib instead of mqic32.lib.

thnk u.
Back to top
View user's profile Send private message
bower5932
PostPosted: Fri May 30, 2003 10:05 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

It has been a long time since I compiled anything from inside the Visual Studio environment. Somewhere in it, there is a place to specify the library files that you want included in your linking. If you search through the help, you should be able to find it. When you do, you probably have mqic32.lib specified and you want mqm.lib.

Before changing the library, I'd double-check the code to see if you expect it to run in client mode or bindings mode. Does it have anything in it about setting up a environment (ie, channel, host, port)? If not, it is probably bindings.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
balaji sr
PostPosted: Mon Jun 02, 2003 1:50 pm    Post subject: Reply with quote

Apprentice

Joined: 07 Jan 2003
Posts: 28

Yeah, you need to install your application & the mq client.
if the application is complied with server type then it uses mqm
if client it uses mqic32.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » MQ Dll
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.