Skip to main content

9.0 COBOL accessing .NET system objects

  • March 4, 2011
  • 2 replies
  • 0 views

[Migrated content. Thread originally posted on 03 March 2011]

I have a function that returns a System.Object type. Where do I find namespace/class name information on defining handles for this type of object. The System.Object shows up in the .def file as a return value but don't know how to define/create the handle.

2 replies

[Migrated content. Thread originally posted on 03 March 2011]

I have a function that returns a System.Object type. Where do I find namespace/class name information on defining handles for this type of object. The System.Object shows up in the .def file as a return value but don't know how to define/create the handle.
Version 9.0 has some issues with the mscorlib (which hold the system object). I suggest you contact technical support for assistance.

[Migrated content. Thread originally posted on 03 March 2011]

I have a function that returns a System.Object type. Where do I find namespace/class name information on defining handles for this type of object. The System.Object shows up in the .def file as a return value but don't know how to define/create the handle.
Version 9.0 has some issues with the mscorlib (which hold the system object). I suggest you contact technical support for assistance.