Narayana,

You didn't say, so I'm assuming that you're working in C.

Make sure you're using a DECC compiler and that you specify the include directory:

cc /decc /include_directory=mqs_include program.c

DECC may be the default, depending on the version of VMS you are running.

Make sure you link with the DECC run time library and the appropriate MQ library:

$ define  LNK$LIBRARY  SYS$LIBRARY:DECCRTL
$ link program, -
       [dir]otherprog1, -
       [dir]otherprog2, -
sys$input/options
sys$share:mqm/shareable  [use mqic instead of mqm for the client library]

The DECC RTL may also be the default, depending on the version of VMS you are running.

If this doesn't help, be more specific about how you're trying to build, and about 
what "warnings and errors" you're getting.

Regards,
John J Dodd
Deutsche Bank Trust Company Americas
Corporate Trust & Agency Services Technology
Phone: 201-593-6652 Cell: 917-647-1340
Pager: 800-225-0256/pin#9178026157



                      narayana.murthy@ORB
                      ITECH.CO.IN                To:       [EMAIL PROTECTED]
                      Sent by: MQSeries          cc:
                      List                       Subject:  MQSeries on Open VMS
                      <MQSERIES@AKH-Wien.
                      AC.AT>


                      10/21/2002 07:39 AM
                      Please respond to
                      MQSeries List






hi ,
The problem i am getting while working on MQSeries on Open VMS is that
when i
try to link my .obj files it gives loads of warnings and errors.Now that
may be
either because i m linking to the incorrect libs or may be i m not
linking to
the libs in the correct way or both.Can u please find out the way i can
do it
and also to which libraries to link to??
That will be really helpful.If u need any more clarification on the
problem plz
feel free to contact me.

thanx and rgds,

ps:I am running my application in the client environment.So try to find
out to
which client libraries i have to link to.








--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to