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

Search found 17 matches

by mgillespie
2006-01-16 16:49
Forum: Feature requests
Topic: XP Firewall Control
Replies: 7
Views: 7598

Thinking about it, I'm going to implement it as a DLL, If anyone has security concerns, they can remove the DLL, and the caller should be able to handle it's absense.
by mgillespie
2006-01-16 10:06
Forum: Feature requests
Topic: XP Firewall Control
Replies: 7
Views: 7598

I didn't #ifdef stuff. I just compiled, and fixes the compiler errors, the quickest way possible, just to get it to compile. I fixed some of the easier warnings about deprecated CRT stuff, the rest I left alone... I will knock up a Firewall control EXE , should be easy enough, take either remove or ...
by mgillespie
2006-01-16 08:07
Forum: Feature requests
Topic: XP Firewall Control
Replies: 7
Views: 7598

Looks interesting... Special if we could add it as seperate app with the installer. Firewall_control check registry vnc settings and open correct ports when you click. Firewall control direct from vnc could trigger some spyware checkers. If we add it direct in vnc, it need to be possible to enable ...
by mgillespie
2006-01-15 23:44
Forum: Feature requests
Topic: XP Firewall Control
Replies: 7
Views: 7598

XP Firewall Control

I have done some modifications to UltraVNC, so it can control the Windows XP SP2 firewall, create exceptions for itself (and remove them when it closes). Is this usefull to anyone? It is for me, as I always forget to create firewall rules, then wonder why I cannot connect!!! Anyway, I have modified ...
by mgillespie
2006-01-15 19:07
Forum: Old messages
Topic: X64 server and driver version available for download
Replies: 29
Views: 58503

I have compiled the latest CVS code, using Visual Studio 2005 (VC8), in both 32bit and x64 mode. I had some make some small changes, but it appears to be working. I even got all the authentication DLL's to build.

Any use to anyone?
by mgillespie
2005-10-14 16:15
Forum: Feature requests
Topic: 64Bit Driver???
Replies: 29
Views: 38139

I should be able to modify the INF files to install the correct drivers for the correct platforom, so having I single zip file containing 1inf, with drivers for each.
by mgillespie
2005-10-13 22:54
Forum: Feature requests
Topic: 64Bit Driver???
Replies: 29
Views: 38139

Thanks I got the files, but they are IA64 binaries, not AMD64 (x64) binaries, and are incompatible.

If you get a chance to do AMD64 versions, that would be great (AMD64 x64 is the more common 64bit platform).

Thanks
by mgillespie
2005-10-13 19:42
Forum: Feature requests
Topic: 64Bit Driver???
Replies: 29
Views: 38139

64Bit Driver???

Any chance of a 64bit driver for Windows XP x64? (32bit drivers are no good).

Dunno if this means a 64bit server is required... (unsure if 32bit apps can talk to 64bit devicedrivers).

Anything needing a test 64bit enviroment, I am happy to offer mine.. :-)
by mgillespie
2005-07-04 18:26
Forum: SC
Topic: SC based on Rel1.00 online
Replies: 28
Views: 33339

Unfortunatly, adding the debug option does bring up the window, but when it crashes, the debug window disappears before I can catch it... Can we have a version where the debugging is output the standard debug streams, so sysinternals debugwin can see it? OutputDebugString(""); should be sufficent ...
by mgillespie
2005-07-03 22:46
Forum: SC
Topic: SC based on Rel1.00 online
Replies: 28
Views: 33339

Hmm, just tried recreating my sc exe using the 1.0 version posted, and it does the same, exits shortly after attempting to connect.

is the new version posted? (I do have the driver installed BTW).
by mgillespie
2005-06-30 23:55
Forum: SC
Topic: SC based on Rel1.00 online
Replies: 28
Views: 33339

Ahh, so the code that gets entered, determines which connection [HOST] is used? Is this it's purpose?

If i know the purpose, perhaps I may be able to explain it better...
by mgillespie
2005-06-30 22:28
Forum: SC
Topic: SC based on Rel1.00 online
Replies: 28
Views: 33339

I did read that, but it did not make much sense to me :-(
by mgillespie
2005-06-30 22:22
Forum: SC
Topic: SC based on Rel1.00 online
Replies: 28
Views: 33339

Perhaps I am not quite understanding the point of the connection ID. I was assuming that this could be unique to each user, so I knew who was requesting the incoming connection. By the looks of it, I need to "hard code" the ID into the helpdesk.txt. Surely this means it's nothing more than an ...
by mgillespie
2005-06-30 21:50
Forum: SC
Topic: SC based on Rel1.00 online
Replies: 28
Views: 33339

Hmm, can't get much sense out of this one.. It dies when you try to connect... Anyone else seeing this?

Also not sure where the enter.bmp is shown. Do you have a screenshot, or an example graphic?
by mgillespie
2005-06-30 20:16
Forum: SC
Topic: SC Based on VNC 1.0
Replies: 4
Views: 5313

SC Based on VNC 1.0

had the option of RC20 or RC23, will there be a 1.0 version sometime?
by mgillespie
2005-01-07 18:01
Forum: Feature requests
Topic: Small feature request fro viewer FT code.
Replies: 1
Views: 2931

Small feature request fro viewer FT code.

Not really important, and can certainly wait until post 1.0, but in the file transfer dialog, it would be nice if the volume labels were shown. I have lots of drive letters, but identify them in Explorer mainly by the volume label.
by mgillespie
2004-08-23 09:48
Forum: Old messages
Topic: Processor Optomisations...
Replies: 1
Views: 3234

Processor Optomisations...

Has anyone tried benchmarking to see if processor optomisations like SSE2 make any difference to WinVNC? I compile my own UltraVNC, and have played around with the compiler switches to optomise them for Pentium 4 SSE2, but I wondered if it makes any difference?? ( I also did ZLib and JPegLib, and ...