It is a problem to start the 1SCDLL.dll in Delphi.
After many exceptions now is running.
Start_Server is calling
DllFunc( <ID = empty>, <repeater = empty>, <direct = dest_IP>, <5500 = port>, <password = any>,
false, 'PcHelpWare Connection', false );
and is starting.
Then a message
Config error, https proxy require repeater
May be it is a problem between different datatypes C+ and Delphi ????
... and another gui
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
DLL starts with errmsg
Re: DLL starts with errmsg
I can't understand what datatypes delphi is passing to the dll. I guess that your error is caused from a wrong interpretation of the first boolean value.
Re: DLL starts with errmsg
Is's any time ago, now dll calling in Delphi will work.
However a problem with password is present.
For testing I want connect server and viewer at the same machine.
1. DLL Call:
Start_viewer(
ID = empty
Repeater = empty
Port = 5500
RepPort = 0
Passw = < 123 as MD5 202CB962AC59075B964B07152D234B70 >
Debug = true
Proxy = false
Band = 200 ???
DirectX = false )
Files in path: 1CHATDLL.dll, 1SCVDLL.dll, SCHOOK.dll
2. Start server (shellexecute) with param
-connect localhost:5500 -passwd ask
3. Result:
-------server log: (listbox)
Start
Connection direct
localhost
Connect direct success
Setting up encryption
Waiting for Viewer
Public key received
Sending contra key
Encryption initialized
Server require password
Sendin hostname and cpu info
Sending PCH version
Receive password
Password Failed, we stop the connection
Init Network failed
--------
----------viewer debug:
fh is 3
Start 5500 0
--Zugriff verweigert /denied
Start Listening on port 5500
--Der Vorgang wurde erfolgreich beendet. /successful
Init encryption
--Das System kann die angegebene Datei nicht finden.
Encryption, key exchange DH
--Der Vorgang wurde erfolgreich beendet.
Waiting for server to become online ..
--Der Vorgang wurde erfolgreich beendet.
Waiting for server to become online ..
--Der Vorgang wurde erfolgreich beendet.
Server online ..
--Der Vorgang wurde erfolgreich beendet.
Encryption ACTIVE
--Der Vorgang wurde erfolgreich beendet.
Viewer require passwd
--Der Vorgang wurde erfolgreich beendet.
------------
Line 7: A file is missing
What means that?
However a problem with password is present.
For testing I want connect server and viewer at the same machine.
1. DLL Call:
Start_viewer(
ID = empty
Repeater = empty
Port = 5500
RepPort = 0
Passw = < 123 as MD5 202CB962AC59075B964B07152D234B70 >
Debug = true
Proxy = false
Band = 200 ???
DirectX = false )
Files in path: 1CHATDLL.dll, 1SCVDLL.dll, SCHOOK.dll
2. Start server (shellexecute) with param
-connect localhost:5500 -passwd ask
3. Result:
-------server log: (listbox)
Start
Connection direct
localhost
Connect direct success
Setting up encryption
Waiting for Viewer
Public key received
Sending contra key
Encryption initialized
Server require password
Sendin hostname and cpu info
Sending PCH version
Receive password
Password Failed, we stop the connection
Init Network failed
--------
----------viewer debug:
fh is 3
Start 5500 0
--Zugriff verweigert /denied
Start Listening on port 5500
--Der Vorgang wurde erfolgreich beendet. /successful
Init encryption
--Das System kann die angegebene Datei nicht finden.
Encryption, key exchange DH
--Der Vorgang wurde erfolgreich beendet.
Waiting for server to become online ..
--Der Vorgang wurde erfolgreich beendet.
Waiting for server to become online ..
--Der Vorgang wurde erfolgreich beendet.
Server online ..
--Der Vorgang wurde erfolgreich beendet.
Encryption ACTIVE
--Der Vorgang wurde erfolgreich beendet.
Viewer require passwd
--Der Vorgang wurde erfolgreich beendet.
------------
Line 7: A file is missing
What means that?