OK, I have put together a scenario where I have a Native Console COBOL program code calling (invoking) a Managed Win-Forms COBOL program code (class/method). This was based on the CCW tutorial plus lots of additional assistance with things like Interfaces (thanks all!). I have attached what I have so far in 2 zip files (2 different solutions - one for the caller and one for the called).
My question is: How would I also "call / invoke" this very same code from another Managed program code (class/method) - (another Managed solution) ???



