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
Search found 9 matches
- 2020-03-18 22:56
- Forum: Olders
- Topic: Compile error Cannot open file liblzma.lib
- Replies: 2
- Views: 5318
Re: Compile error Cannot open file liblzma.lib
Thanks for your reply. I didn't work for me. Looks like the libraries liblzma.lib and omnithread.lib are not found in the linker paths (Project ->Properties Then in the left pane ->Linker->General and in the right pane: Additional Library Directories But i just copied the x64 versions of liblzma.lib ...
- 2020-03-18 16:08
- Forum: Olders
- Topic: Compile error Cannot open file liblzma.lib
- Replies: 2
- Views: 5318
Compile error Cannot open file liblzma.lib
I tried to compile release 1268 of Ultravnc viewer, with vs2017. (using vncviewer_vs2017.sln) VNC viewer was set as startup project and Target CPU was set to x64. The build ends with one error: Error LNK1104 cannot open file 'liblzma.lib' liblzma.lib exists in "..\Debug\x64\liblzma\liblzma.lib" It ...
- 2015-11-14 09:07
- Forum: Olders
- Topic: Connection info file does not open in compiled vncviewer
- Replies: 4
- Views: 7438
Re: Connection info file does not open in compiled vncviewer
Rudy, thanks.
Both suggestions worked.
On the first line in the registry file I added :
Windows Registry Editor Version 5.00
Followed by your registry data above
and that did the job.
Problem solved...
Both suggestions worked.
On the first line in the registry file I added :
Windows Registry Editor Version 5.00
Followed by your registry data above
and that did the job.
Problem solved...
- 2015-11-09 10:02
- Forum: Olders
- Topic: Connection info file does not open in compiled vncviewer
- Replies: 4
- Views: 7438
Re: Connection info file does not open in compiled vncviewer
I opened by double clicking. That didn't work. I just tried a shortcut "vncviewer.exe -config filename.vnc" and that works! (So host and port should be ok) The hostname is: host=ID port=XXXX where XXXX is the ID number Debug option X64 and a rebuild resulted in the same error message: unable to ...
- 2015-11-09 09:01
- Forum: Olders
- Topic: Connection info file does not open in compiled vncviewer
- Replies: 4
- Views: 7438
Connection info file does not open in compiled vncviewer
I compiled version 1.2.0.9 using vncviewer_vs2013.sln in vs2015 . I included nasm.exe and the directx folders. Compilation worked fine and vncviewer.exe in the Debug folder works. I created a connection info file (.vnc file) from a running remote desktop session (ctl+Alt+F5). When I open this file ...
- 2015-11-09 08:41
- Forum: Olders
- Topic: Compile UVnc 1.2.0.9 with VS2008
- Replies: 6
- Views: 8523
Re: Compile UVnc 1.2.0.9 with VS2008
Tried it again with VS2008 but got the errors : Error 1 fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory d:\Anatec Software Ontwikkeling\Remote Desktop\ultravnc-code-966\UltraVNC Project Root\UltraVNC\rdr\xzOutStream.h 31 vncviewer Error 2 error BK1506 : cannot open ...
- 2015-11-05 23:03
- Forum: Olders
- Topic: Compile UVnc 1.2.0.9 with VS2008
- Replies: 6
- Views: 8523
Re: Compile UVnc 1.2.0.9 with VS2008
Hi Rudy
I just got it working with vs 2015 and opening vncviewer_vs2013.sln.
Thanks for your help.
I just got it working with vs 2015 and opening vncviewer_vs2013.sln.
Thanks for your help.
- 2015-11-05 21:51
- Forum: Olders
- Topic: Compile UVnc 1.2.0.9 with VS2008
- Replies: 6
- Views: 8523
Re: Compile UVnc 1.2.0.9 with VS2008
Hi Rudy I did as you recommended: Downloaded and installed: nasm DirectX SDK (2010) VD2015 Community edition Opened vncviewer_2008.sln in VS2015. It contains 7 projects with a.o. vncviewer (the one I wanted to build) In the solution explorer I selected the vncviewer project with the right mouse ...
- 2015-11-04 21:41
- Forum: Olders
- Topic: Compile UVnc 1.2.0.9 with VS2008
- Replies: 6
- Views: 8523
Compile UVnc 1.2.0.9 with VS2008
I dowloaded the UVNC code version 1.2.0.9-966 and in subdirectory vncviewer I opened vncviewer2008.sln (using visual studio 2008) I try to complie vncviewer to an exe but so far without any luck. Downloaded DirectX SDK (2010) In the solution explorer/vncviewer properties in the window Configuration ...