Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling Cobol

Status
Not open for further replies.

coboldave

MIS
Dec 20, 2001
41
US
I have a UI that needs to call RM/Cobol objects. The runtime has a DLL called RNCBLRUN.DLL. How to I do a declare and call the object?
 
I don't know how the RNCBLRUN.DLL works but I do know that if that dll is registered on your machine you can include a reference to it in your project under Projects -> References. You can then open the Object Browser, usually located on the standard toolbar, and select the cobol component from the drop-down list of included references. After you select the component, all of the objects and associated properties & methods contain within that object will be displayed.

Hope that helps
Josh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top