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 ?
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
How to use 1SCVDLL.dll
How to use 1SCVDLL.dll
Last edited by rhyu50 on 2007-11-09 13:08, edited 2 times in total.
Re: How to use 1SCVDLL.dll
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.
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.
Re: How to use 1SCVDLL.dll
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.
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.