The project was already registered for COM interop. Please see my original question. I'm looking for documentation which spells out exactly what data types can be passed as parameters from native code to a managed class. I know I can pass a a record if it is defined in the managed method as a string. I can also pass a PIC X(2) and receive it in managed as a string. How about integer and decimal numbers? I've never been able to find Micro Focus documentation on exactly what data types can be passed and how they should be defined in your native code and how they should be defined in the method you invoke in the managed class.
↧