I have converted most of our NetExpress Cobol to unmanaged code under .Net. (compiling with MicroFocus Visual Cobol 2.0). I’m using a VB front end (Infinity launch pad) which points to the directory where these dlls are.
I’ve been testing using one entry point, however we have 10 entry points (.exes), and I’m not sure how to make this work in .Net.
#multipleentrypoints
#unmanagedcode



