[XForms] Wrong dirent header file?

Gayle C Roth Gayle.C.Roth at nasa.gov
Fri Jun 4 15:27:21 EDT 2004


Hi.

According to comments in listdir.c at the place where dirent_vms.h is 
included, and the #ifdef around the #include statement, the header file 
dirent_vms.h is only supposed to be included if the VMS version is less 
than 7.0.  Ours is 7.3-2.  It turned out that dirent_vms.h was not being 
included because of that #ifdef, so even though we have 7.3-2, I commented 
out the #ifdef and #endif so the struct definitions would be 
included.  That's when I found out that, no, dirent_vms.h is the wrong file 
to include since its structs are not up to date (for example, there's no 
'd_reclen' in struct dirent).  Therefore, I still got a fatal compiler error.

What's the up-to-date header file for version 7.3-2?  That must be what I need.

Thanks,
Gayle



More information about the Xforms mailing list