1. RE: Making Include files
- Posted by Bernie Ryan <xotron at localnet.com> Aug 25, 2001
- 405 views
dstanger at belco.bc.ca wrote: > HI, > > I am trying to use a procedure that I wrote as an include file but am > having > problems. I have saved it with a .e extension and placed it in the > include > directory. The procedure uses video_config() so it won't work unless > graphics.e is present. I tried to include ghraphics.e within the > procedure > but it doesn't work. > Any suggestions? > > Thank you, > David S. David: You can not include a file with a procedure it has to be outside of the procedure. Bernie