Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

How to use 1SCVDLL.dll

Post Reply
rhyu50
Posts: 2
Joined: 2007-11-07 16:26

How to use 1SCVDLL.dll

Post by rhyu50 »

Hi,
I actualy try to create version of the viewer that permit me to pass parameters in command line. The problem is that the original source code is difficult to understand. I have good experience in c++ but i found no documentation to how to use 1SCVDLL.dll.
I need to know what i need to put in my code to use Start_viewer function. (The library is already loaded). It seem that just call de function with good parameters is not enough. Is it normal that the Dll have acces to a listbox on my Dialog for the viewer message if i didn't nothing to give it access?
Can someone help me ?
Last edited by rhyu50 on 2007-11-09 13:08, edited 2 times in total.
rhyu50
Posts: 2
Joined: 2007-11-07 16:26

Re: How to use 1SCVDLL.dll

Post by rhyu50 »

Finaly, i modify the original PcHelpware viewer and i succeded to permit to pass profil argument (ex.: PcHelpware_viewer MyProfil.phw). I added system tray icon ton indicate when the viewer waiting connection because de window minimize when we start with a profil

I also use the PassDialog class to ask password at start if a password is not enter. I don't use now the password stored in the profil because no one can decrypt it. I made a CryptDecrypt class base on encryption with a key get by the user and I will probably add it to my viewer.
rclerigo
Posts: 1
Joined: 2008-10-24 08:26

Re: How to use 1SCVDLL.dll

Post by rclerigo »

Hello

I am having the same problems you had and I would like to do the same you did. If you could give me access to your modified project it would save me a lot of time and trouble, if not, at least could you give me a hint on how to achieve it?

Thank you in advance.

Best regards.
Post Reply