|
I have no idea atm.
But the line could be a lot simple.
fd = open (path : O_RDONLY);
That should do the same.
On 13.06.2011 23:02, RNewton@xxxxxxxxxxxxxxxxx wrote:
Ok, I realized that I was looking at the wrong source from SF.net.Once I
switched to the source from the parser directory instead of theILEDOCS
directory, the source better matched the objects when in debug butnot
completely. It is off by a few lines in the main entry and off byabout 30
lines in the rpg parser module.file is
Despite that I have tracked the problem down to when the source
opened in the readsource procedure.information
===
fd = open( path : O_RDONLY :
S_IRUSR + S_IWUSR + S_IXUSR +
S_IRGRP + S_IWGRP + S_IXGRP +
S_IROTH + S_IXGRP);
===
I get back a -1 as the response but it does not provide any
about the error. I have checked the path that is built on the lineprior
and it is able to be opened directly from that path copied fromdebug so I
know the path is good.
Any ideas?
Thanks,
Robert Newton
Estes IT
System Architect
804-353-1900 x2256
rnewton@xxxxxxxxxxxxxxxxx
--
This is the ILEDocs (IleDocs) mailing list
To post a message email: IleDocs@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/iledocs
or email: IleDocs-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/iledocs.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.