Anyone know about ICL DTS software?
I am trying to access DTS using COM in COBOL
Also is it possible to make a dll (not made in cobol) into a lib file that can be linked in Cobol?
If you are using Powercobol, you can link a dll file into the project, loading and declaring a .lib resource for the dll you want to use.
If you haven't the .lib to call the dll, you can refer to it putting on the COBOL85.CBR file an ENTRY with the name you will use in your applications then the complete pathname of the dll file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.