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 IBM MQ Support » OpenEdge V10 not working with MQ shared object library

Post new topic  This topic is locked: you cannot edit posts or make replies.
 OpenEdge V10 not working with MQ shared object library « View previous topic :: View next topic » 
Author Message
Boomn4x4
PostPosted: Tue Dec 06, 2011 6:26 am    Post subject: OpenEdge V10 not working with MQ shared object library Reply with quote

Disciple

Joined: 28 Nov 2011
Posts: 172

I've written a C++ shared object library to use within OpenEdge v10. The library is for WebSphere MQ functionality.

I have all of the .so code commented out except the variable declaration of the MQ object so there really isn't much code to cause a problem.

Basically, the entire function is:
Code:
int putMessage(const char *destination, const char *message, unsigned int message_len )

{
        in rc = 0;
   ImqQueueManager manager ;
   return rc;
}


When I try to run my progress application I get the following error:

Could not oopen Dynamic Library ... (8013)
DLL Error ....: undefined symbol: _ZN6ImqMgrC1Ev(8014)
Could not load DLL procedure ... (3258)

My first assumption is that I have something wrong with my environment paths... but no clue where to go from here. Any help would be appreciated.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Dec 06, 2011 6:40 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Don't double post - it's considered rude.

If you feel you've posted to the wrong section, add a post to the original asking it to be moved and one of the friendly forum moderators will move it for you.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  This topic is locked: you cannot edit posts or make replies. Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » OpenEdge V10 not working with MQ shared object library
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.