I have't worked with COBOL for a while. I don't want to spend too much time if the solution is not there.
Background:
I'm writing a .dll that needs to be called from our Delphi systems and our legacy COBOL system. I'm trying to avoid having to write two .dlls (on in COBOL, one in Delphi). We would like to just have the one in Delphi.
Ideally I would like to call a boolean Delphi function w/in the dll. I want the function to utilize TMemoryStream in its parms.
Any advice/questions/comments would be greatly appreciated!
Thanks.
Background:
I'm writing a .dll that needs to be called from our Delphi systems and our legacy COBOL system. I'm trying to avoid having to write two .dlls (on in COBOL, one in Delphi). We would like to just have the one in Delphi.
Ideally I would like to call a boolean Delphi function w/in the dll. I want the function to utilize TMemoryStream in its parms.
Any advice/questions/comments would be greatly appreciated!
Thanks.