Re: Bug in 1.5a ?
- Posted by Don Richards <don at ROCKBRIDGE.NET> Feb 07, 1998
- 771 views
I had include file (declaration) problems with Eu when I used it a few years ago.. I finally quit trying. I just figured the system was imature. If you ge t it figured out, please let me know. I would hate to tell you how much time I spent on a major development before I decided to move on to another development environment. don Daniel Johnson wrote: > I am using David Cuny's EE editor and Preprocessor. > > After fighting for many hours with a program that claimed a routine included > in a .e included file was not declared, I pasted the whole .e into the .ex and > it worked fine. Before you write with all the classic mistakes. It was called > after being declared and I checked the files with EDIT to ensure it was not a > bug in EE or PP. I included print statements before and after the routine > declaration and these worked OK. My suspicion is that I included din\ini.e and > the interpreter was confused by the filename somehow. It ran the included file > fine but did not seem to declare any of its routines. I tried some others and > had the same problem. When pasted into the .ex they all worked fine. > > Anybody else had this trouble ? > > Daniel