Hi, I'm trying to migrate from Server Express to Visual Cobol, both on Redhat Linux.
I noticed a Document that contains [Differences between Visual COBOL and Server Express]
and it shows [COM Interop] is one of the points.
[COM Interop] means [The tools to help create COM objects are not supplied with Visual COBOL],
so I think if there's no [COM Objects] used in my Project, I don't need to change any source code.
But I don't know what [COM Objects] is or how to use it.
According to my research, seems [INVOKE] statement can used for [COM Objects],
Is that means if no [INVOKE] in my source code, then no [COM Objects] used ?
Thanks