Hello,
I took latest code (ultravnc-code-r1200) from the Site and trying to compile the Source Code (vncviewer_vs2017) with vs 2017.
I am facing some issue on Project "libjpeg-turbo-win" It seems .asm (Assembly) files are not compiling through Visual studio 2017.
because all the .Obj files of .asm files are missing .
So my query is how we compile .asm files through vs2017, any settings?
Any lead would be appreciated..
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
Issue while Compiling UltraVnc Source code with VS2017.
-
- 20
- Posts: 35
- Joined: 2015-06-01 17:32
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
-
- 20
- Posts: 35
- Joined: 2015-06-01 17:32
Re: Issue while Compiling UltraVnc Source code with VS2017.
hello,
Assembler compiler. ( nasm) is already installed on my machine. still facing the same issue.
Note - I am using vs2017 community version.
Assembler compiler. ( nasm) is already installed on my machine. still facing the same issue.
Note - I am using vs2017 community version.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Issue while Compiling UltraVnc Source code with VS2017.
You need to add the exe path to VS
In my case
Jpeg ->Properties->VC++ Directories ->Executable Directories C:\Program Files\nasm;$(ExecutablePath)
Check were you installed nasm could also be X86 folder or some other custom folder
In my case
Jpeg ->Properties->VC++ Directories ->Executable Directories C:\Program Files\nasm;$(ExecutablePath)
Check were you installed nasm could also be X86 folder or some other custom folder
-
- 20
- Posts: 35
- Joined: 2015-06-01 17:32
Re: Issue while Compiling UltraVnc Source code with VS2017.
Thanks for the reply..
Nasm.Exe path is already in the VS. I think Nasm related settings are good Beacuse i am able to build old version of UltaVNC 1.2.0.5 with the visual studio 2015 community version from my computer.
Is there any other settings related to vs2017 which i need to do to compile the .asm files.
Note- Using Windows 10 operating system.
Please suggest.
Nasm.Exe path is already in the VS. I think Nasm related settings are good Beacuse i am able to build old version of UltaVNC 1.2.0.5 with the visual studio 2015 community version from my computer.
Is there any other settings related to vs2017 which i need to do to compile the .asm files.
Note- Using Windows 10 operating system.
Please suggest.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Issue while Compiling UltraVnc Source code with VS2017.
No, nasm need to be in the exe path taht's all.
What error do go get when you build te jpeglib debug/release
What error do go get when you build te jpeglib debug/release