I have been working with some interaction between Progress 4GL programs and C functions invoked from a Shared Library.
I need to write a new function and add it to the SL, so my question is:
Can Progress receive values returned from the SL C functions?
Something like :
Progress_data_type var = SLInvoked_function(...);
If this is possible, Can someone point me to the correct syntax or reference manual?