Checking syntax with includes...

orjazmik

New Member
I am using the Win32 progress procedure editor to write some programs where I want to some various includes. Whenever I go to check my syntax, I always get errors over these includes. Where do I need to keep these includes so that the PE takes these includes into consideration. On the AIX progress client, the includes simply need to be in whatever the current working directory is. I've tried this (C:/progress/wrk) as well as the same directory that the actual program is in itself, but no such luck. Any ideas? Thanks a lot!

- Marshall
 
You need to reference it in your procedure so that it can be referenced from any entry in your propath.

i.e. if your propath included c:\progress then

you could put the include (include.i) in c:\progress and just have the reference {include.i} in your procedure

or

you could put the include in c:\progress\wrk and reference {wrk/include.i} in your procedure

Originally posted by orjazmik
I am using the Win32 progress procedure editor to write some programs where I want to some various includes. Whenever I go to check my syntax, I always get errors over these includes. Where do I need to keep these includes so that the PE takes these includes into consideration. On the AIX progress client, the includes simply need to be in whatever the current working directory is. I've tried this (C:/progress/wrk) as well as the same directory that the actual program is in itself, but no such luck. Any ideas? Thanks a lot!

- Marshall
 
Back
Top