RE: Al Getz Display Server
- Posted by jondolar <lavigne.s at videotron.ca> Jul 27, 2003
- 542 views
> > include connect.ew > > include get.e > > integer wk > > puts(1,"Hello") > > wk = wait_key() > > > > ServerPrint("Hello1") > > ServerPrint("Hello2") > > ServerPrint("Hello3") > > > > Sorry > > > > Serge > > > > Hello again, > > What you are telling me doesnt make that much sense because > when you put a question mark followed by a variable > into an include file at the top level after that variable > has at least been initialized means Euphoria does one of > two possible things: > 1. opens a console and prints the variable value. > 2. finds something wrong and prints an error message. > > You might want to check to see that you have the three > lines at the very end of the connect.ew file and not > within a procedure. > > All i was asking you to try was to > try to print those three variables at the end of the > connect file. This is a very basic Euphoria troubleshooting > technique. Do you understand this? > > You might also try putting the include for the connect.ew file > last, just before your first ServerPrint() call. > > > Take care, > Al > Hi Al I may not be the brightest programmer but what you asked me to do is rather basic. I did EXACTLY as told. I even moved the include right before ServerPrint() call as suggested. I have 3 copies of connect.ew, one in my directory for DisplayServer, one in the Include directory and a final one in my ProTest directory where I keep my test progs. I put your 3 lines at the very end of each of them to make sure that whichever one is used, it has the required code. The end result is the same. (even if it does not make much sense to you) Serge