I am trying to access .NET class properties/methods from ACUCOBOL (Micro Focus extend runtime version 10.3.0)
I have built and registered my .dll
I have used NetDefGen to extract the access points in the .dll
When i try to Create my Object in acucobol it returns a zero handle
CREATE "@myAssembly"
NAMESPACE IS "myStringer"
CLASS-NAME IS "Stringer"
CONSTRUCTOR IS CONSTRUCTOR1()
HANDLE IS MY-NONGUI-HANDLE.
Attached source and batch files to build the project
Any help is greatly appreciated



