Operating System - OpenVMS
1755618 Members
3615 Online
108836 Solutions
New Discussion

directory access libraries on vax c.

 
Henry Jones_1
New Member

directory access libraries on vax c.

I am trying to access directories from VAX C. I understand that it inherently does not have any support to access directories. Therefore I tried to use vms routines downloaded from this link.

http://www.ccl.net/cca/software/X-WINDOW/ImageMagick/ImageMagick/magick/vms.c.shtml

Initially I compiled this as a library and tried to link to my main object. That does not resolve the library symbols. Then I tried to compile with the library source itself. but it always ends up with a warning. No warning details listed But warning always points to the end of the library routines module(vms.c).
Executable gets created but no output comes.

Pls. Help
Thanks
VAX