Code Comments
Programming Forum and web based access to our favorite programming groups.Did you ever get any responses to this problem. I'm now having a similar problem that I'm trying to resolve. One twist for mine problem is that if I remove the unlock code from Clarionet, the app works - of course the old "This is a trial version...." message then pops up. Re-inserting the code returns "Could not connect to server program." Inserting anything other than the unlock code (including leaving it blank) lets the program run with the "trial version" message. ??? Anything you can share would be appreciated. -Scott D. Bowers wrote: > I have been using Clarionet for sometime and it worked perfectly. I am > using Clarion 5.5 Enterprise version. All of a sudden I am getting > errors Client Server mis-match or Server not found. I am using the EXE > Broker. > > I am using the Connect 55.prj and using the connect.clw and make the > adjustment changes as seen below: > > All procedures in the Servor and Client have the Clarionet attached. > > The Server is Stand Alone > The Client is Local > > > Example: Port set to 81 > > CLRNT_C.HostProgramName = 'Nettalk.EXE' ! > REQUIRED > CLRNT_C.ServerPort = 81 > > ! For ISAPI.... > CLRNT_C.ServerName = '216.190.105.146' ! > REQUIRED > CLRNT_C.HostProgramDirectory = 'CWS/c5launch.dll/' ! > REQUIRED > > ! For EXE Broker.... > CLRNT_C.ServerName = '216.190.105.146' > CLRNT_C.HostProgramDirectory = 'exec/nettalk' > > CLRNT_C.ServerName = '216.190.105.146' > CLRNT_C.HostProgramDirectory = 'exec/nettalk' > CLRNT_C.HostProgramName = 'Nettalk.EXE' ! > REQUIRED > > > > > The item that is confusing is that I can take another Connect Client > developed last Dec. 2002 and enter the same information and the new > client program runs. > > > Ron Adams > globalcd@infowest.com
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.