(9822) FMS C Prototype Header Definitions?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9822) FMS C Prototype Header Definitions?

Post by User » Sun Nov 28, 2004 8:26 am

How do I find/generate a header file that defines calls to FMS FDV$xxxx
functions?

The FMS$EXAMPLES:sampcc.c compiles with a bunch of warnings that the fdv$xxxx
function calls are really implicit funtion declarations, but I can't get away
with that in C++.


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9822) FMS C Prototype Header Definitions?

Post by Wizard » Mon Nov 29, 2004 8:26 am

There are presently no C header file routine definitions available for
the FMS callable routines.

You will need/want to code your own, if you wish to use the FMS FDV$
routines when the C compilation routine prototype requirements are in
effect.

If you wish to make a formal request for this addition, please contact
the customer support center directly.

Locked