Can anyone get the winvnc source 1.0.8 to compile and link into a Windows executable?
I've tried using Visual Studio 2006 and 2008.
I have the the up to date SP and SDK.
I get absolutely nowhere with 2008. Using VS2006 I get as far as a failed Link with 147 unresolved externals.
Any help?
Search found 3 matches
- 2010-06-17 21:48
- Forum: Olders
- Topic: Build enviroment
- Replies: 10
- Views: 18367
- 2008-10-29 21:08
- Forum: JavaViewer
- Topic: How can I use Browser to connect throught the repeater?
- Replies: 9
- Views: 193516
Re: How can I use Browser to connect throught the repeater?
Why doesn't this work?
On the command line:
java -classpath VncViewer.jar VncViewer REPEATERHOST 192.168.1.10 REPEATERPORT 5901 PASSWORD whateverpassword HOST 192.168.1.100 PORT 5900
The .10 machine is running the Repeater on 5901
The .100 machine is running UVNC Server on 5900
When I try this I ...
On the command line:
java -classpath VncViewer.jar VncViewer REPEATERHOST 192.168.1.10 REPEATERPORT 5901 PASSWORD whateverpassword HOST 192.168.1.100 PORT 5900
The .10 machine is running the Repeater on 5901
The .100 machine is running UVNC Server on 5900
When I try this I ...
- 2008-05-18 21:03
- Forum: JavaViewer
- Topic: JavaViewer through a Repeater
- Replies: 2
- Views: 52731
JavaViewer through a Repeater
Is it possible to use the JavaViewer to access an UltraVNC Server through the Repeater? I fully understand how to get through the Repeater with the UltraVNC Viewer client program but can it be done using just a browser and the JavaViewer?