C# Call-Out/Call-in
Author: addice@yahoo.com (addice)
I'm trying to integrate some .Net functions/form with MyUnifaceApp (9.3)
I'm finding hard implementing "Call-in" to a uniface component from My.NetApp to Uniface Environment.
What I want to do is similar to what described in this Uniface Library9.3 article:
"Uniface 3GL Call-in API" that describes how to do this with C and Ucall.dll.
Imagine this simple sequence: UnifaceComponent(A) activate ->.NetComponent(B) activate -> UnifaceComponent(C)
Is that possible using C#2008 ?
I have realized the first part (A activates B) using .COM interface and it Works !
But what I need is the Uniface environment handle (See documented ueopen(...); ) to perform a call-back to my uniface instance. I'm not sure that using COM interface this is possible.
Andrea