Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 612 Bytes

c_pgm_calling_dbl_pgm

Created Date: 9/15/2011
Last Updated: 9/15/2011
Description: This is an example of calling a C routine from Synergy and calling a Synergy routine from C on the VMS operating system.
Platforms: OpenVMS
Products: Synergy DBL
Minimum Version: 6
Author: Galen Carpenter


Additional Information: There are three files: test.dbl This is the mainline Synergy source sub1.c This is the C source sub2.dbl This is the Synergy subroutine and function To compile: cc sub1 dbl sub2 dbl test To link: dblink test,sub1,sub2