Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

sourcecode 841

Post Reply
wang6j2
Posts: 6
Joined: 2012-03-08 01:30

sourcecode 841

Post by wang6j2 »

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.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: sourcecode 841

Post by Rudi De Vos »

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.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: sourcecode 841

Post by Rudi De Vos »

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
wang6j2
Posts: 6
Joined: 2012-03-08 01:30

Re: sourcecode 841

Post by wang6j2 »

thanks Rudi De Vos

i update vs2008 to vs2010

success i'm very glad :D
Post Reply