RE: Al Getz Display Server

new topic     » goto parent     » topic index » view thread      » older message » newer message

jondolar wrote:
> 
> 
> > > Hello again Serge,
> > > 
> > > Yes, it's just an oversight on the version number that gets
> > > shown in the title bar.
> > > 
> > > If you wish, you could put the following three lines into
> > > the connect.ew file (using Notepad only) :
> > > 
> > > ?hServer
> > > ?Identifier
> > > ?RegisteredMessage01
> > > 
> > > Then run DisplayServer and then your program with the
> > > connect.ew file included.
> > > If you tell me what three numbers get printed to the console
> > > we might be able to tell what's wrong.
> > > Amazingly, it runs just fine under Win98 smile
> > > and the DDE mem access method is very fast too.
> > > 
> > > Take care for now,
> > > Al
> > > 
> > 
> > Oh and, those three lines should be inserted at the very end of the
> > connect.ew file.
> > 
> > Take care for now,
> > Al
> > 
> Hi Al
> those 3 lines at the end of connect.ew do not produce anything on the 
> console except my first "Hello".
> 
> I did....
> 
> 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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu