I debug sourcecode version 841
I found libjpeg-turbo-win
jsimd_i386.obj : error LNK2001: unresolved external symbol _jsimd_extbgrx_gray_convert_sse2
jsimd_i386.obj : error LNK2001: unresolved external symbol _jsimd_extxbgr_gray_convert_mmx
etc.
why
who can give me some advice.thanks.
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
sourcecode 841
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: sourcecode 841
VS version?
It indicate the the nasm is not set on a new jpeglib assembler files.
(properties of the asm file)
Search for extbgrx_gray_convert_sse2, this is defined in a asm file.
If you compare the properties of a other asm with a new asm file you wil see that
the "nasm ....." is missing in the file properties.
Else be patient, i'm still preparing release 1.1.9.4, and as last step we download
the src to see if all has been added to compile.
It indicate the the nasm is not set on a new jpeglib assembler files.
(properties of the asm file)
Search for extbgrx_gray_convert_sse2, this is defined in a asm file.
If you compare the properties of a other asm with a new asm file you wil see that
the "nasm ....." is missing in the file properties.
Else be patient, i'm still preparing release 1.1.9.4, and as last step we download
the src to see if all has been added to compile.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: sourcecode 841
src svn uploaded
Download snapshot
http://sourceforge.net/p/ultravnc/code/HEAD/tree/
Test with
VS 2008 (only release w32) ( debug fail to include the zlib lib)
VS 2010 w32/x64 release+debug
VS 2012 w32/x64 release+debug
VS 2013 w32/x64 release+debug
required extra
nasm
http://www.nasm.us/
Add the nasm.exe to your exe path in the properties of the vnc project (configuration properties-> VC++ Directories)
Directx sdk jun 2010
http://www.microsoft.com/en-us/download ... px?id=6812
Download snapshot
http://sourceforge.net/p/ultravnc/code/HEAD/tree/
Test with
VS 2008 (only release w32) ( debug fail to include the zlib lib)
VS 2010 w32/x64 release+debug
VS 2012 w32/x64 release+debug
VS 2013 w32/x64 release+debug
required extra
nasm
http://www.nasm.us/
Add the nasm.exe to your exe path in the properties of the vnc project (configuration properties-> VC++ Directories)
Directx sdk jun 2010
http://www.microsoft.com/en-us/download ... px?id=6812
Re: sourcecode 841
thanks Rudi De Vos
i update vs2008 to vs2010
success i'm very glad
i update vs2008 to vs2010
success i'm very glad