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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VC++ and cobol

Status
Not open for further replies.

BlackDaimond

Programmer
Aug 16, 2002
8
0
0
SD
hi all,
within my vc++ project i need to call cobol programs ,i don't how to handle this.
someone could help me pls
thanks
 
I think, you must search your Cobol compiler manuals...
 
Programs or routines. To call programs, use system ("programname"). To call routines, use LoadLibrary, then navigate to the routine. The calling conventions vary a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top