[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Relinking _mproapsv to include external library

  • Thread starter Thread starter Alon Blich
  • Start date Start date
Status
Not open for further replies.
A

Alon Blich

Guest
hi Mark, pasoe went through a major redesign from the classic appserver to support multing threading so it might not even be compatible. i believe, it might not even be supported anymore. it might still be possible with the classic appserver but again it might not even be supported anymore. a much safer and of course supported approach is to call a windows dll or unix shared library routine. i've been developing in both openedge and c/c++ for years and i use this approach all the time. there are some cases where you might need to write a simple c wrapper to make calling the routine from openedge easier. what can be a problem with pasoe is that your c/c++ must be thread safe and that could require a redesign. good luck! alon

Continue reading...
 
Status
Not open for further replies.
Back
Top