Search found 3 matches

by butathermix
2010-01-28 07:09
Forum: PcHelpWare
Topic: API Question
Replies: 2
Views: 9855

Re: API Question

so it works
start_server("","","myplace.dyndns.org",5500,"passwrd",false,"PH",false)
is correct for a direct connexion to myplace.dyndns.org on port 5500 .
but apparently you have to code in c for a best result and pass the password yet crypted like '40682260CC011947FC2D0B1A927138C5'.
coding in ...
by butathermix
2010-01-23 10:39
Forum: PcHelpWare
Topic: API Question
Replies: 2
Views: 9855

Re: API Question

Hello i am trying also to use 1SCDLL.DLL in a soft which is the engine of the server of PCHW the syntax is
start_server(char *ID,char * repeater, char *direct, int port, char * passwd, bool proxy,char *classname, bool have_to_wait)

ID seems only usefull when using a repeater connexion
repeater ...
by butathermix
2010-01-23 10:08
Forum: PcHelpWare
Topic: how to manage with 1SCDLL.DLL in a program ?
Replies: 0
Views: 6996

how to manage with 1SCDLL.DLL in a program ?

Hello,
I would like to directly connect to a viewer on a PC over the Net.
I code with Delphi 2007 (Pascal) I integrate the 1SCDLL.DLL in the
code and it seems to work fine I can call the two functions start_server
and stop_server but which parameters do I have to pass ?
viewer is direct ...