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...
Continue reading...