Cannot Open Dynamic Library (8013)

Boomn4x4

New Member
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.

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.
 
Top