vlc 2.1.0 compile with VS2005/2008/2010

This forum is about all development around libVLC.
JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 13 Oct 2013 13:20

Hi. everyone.

I always thank vlc members.

And thanks to release new version VLC 2.1.0. :D

I have some time, I convert to VLC 2.1.0 for Visual Studio.

I hope this is help to study VLC. :wink:

I'm sorry about two things.

One is librays are version of 121216, it's old.

Other is I was to compile skin2 but that is not working.

Please don't test that.

I hope I have more time, I'll fix two part. :)

Have a nicd day!!!


This is URLs for vlc compile with 2.1.0 .

vlc-2.1.0 complie with VS2005
https://github.com/sunqueen/vlc-2.1.0.oldlib-2005.git

vlc-2.1.0 compile with VS2008
https://github.com/sunqueen/vlc-2.1.0.oldlib-2008.git

vlc-2.1.0 comtile with VS2010
https://github.com/sunqueen/vlc-2.1.0.oldlib-2010.git
Last edited by JoungEunKim on 13 Oct 2013 13:22, edited 1 time in total.

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 13 Oct 2013 13:21

vlc-2.1.0 compile with cygwin (assembler part and some library)
https://github.com/sunqueen/vlc-2.1.0.oldlib-cover.git

When I was upload github, vlcwin.sln file is modified.

Please At first to run visual studio and to use open project.

Sorry about that.

Bye!!!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby Jean-Baptiste Kempf » 13 Oct 2013 18:32

Hello,

I have a question:

Do you do one project with one subproject per module?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 14 Oct 2013 13:39

Hello,

I have a question:

Do you do one project with one subproject per module?

Hi.

It takes some time.

I'll try to make like that. (But I'm not sure, how long... sorry)

Have a nice day!!!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby Jean-Baptiste Kempf » 14 Oct 2013 19:15

OK, cool.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 21 Oct 2013 13:08

Dear JoungEunKim,
I downloaded vlc-2.1.0 compile with VS2010, directx sdk june 2010 (I uninstalled vc++ 2010 redistributable first, and after I reinstalled it). I change the path of the included libraries in linker->general from C:\Program Files\Microsoft SDKs\Windows\v7.0\Lib to C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib.
Libvlccore doesn't compile: ....\include\d2d1.h(357): error C2146: syntax error ';' missed before 'ID2D1Bitmap'
and so many equals....
How can I compile??? Pls help me, I can't debug vlc because I have a visual studio project!

shit386
New Cone
New Cone
Posts: 6
Joined: 24 Jun 2013 12:23

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby shit386 » 21 Oct 2013 18:11

vlc 2.1.0

windows 8

vlc.exe rtmp://213.186.127.42:1935/live/ --avio-options "{rtmp_swfurl=http://kaban.tv/uppod.swf,rtmp_playpath ... ntv-online}"



Runtime Error !!!


JoungEunKim , can u fix this?

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 22 Oct 2013 12:57

Dear JoungEunKim,
I downloaded vlc-2.1.0 compile with VS2010, directx sdk june 2010 (I uninstalled vc++ 2010 redistributable first, and after I reinstalled it). I change the path of the included libraries in linker->general from C:\Program Files\Microsoft SDKs\Windows\v7.0\Lib to C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib.
Libvlccore doesn't compile: ....\include\d2d1.h(357): error C2146: syntax error ';' missed before 'ID2D1Bitmap'
and so many equals....
How can I compile??? Pls help me, I can't debug vlc because I have a visual studio project!
Hi. amavlc.

Please to check order of include.

Add SDK and directX directory on top.

I think then you can compile that. :)

Have a nice day!!!!
Bye~~~

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 22 Oct 2013 14:48

vlc 2.1.0

windows 8

vlc.exe rtmp://213.186.127.42:1935/live/ --avio-options "{rtmp_swfurl=http://kaban.tv/uppod.swf,rtmp_playpath ... ntv-online}"



Runtime Error !!!


JoungEunKim , can u fix this?

Hi. shit386.

I was debug your option in VS, --avio-options is error.
I don't know what is problme.

I search that option in avio.c.
But when I was complie VLC in cygwin, that is not include.

Do you have access_avio plugin?
I'm not find that in VLC for windows.
If you don't have that, I think that option is not working.

I'm not sure, that is reason. sorry.

If I have a time, I'll find more.
But not now. Sorry.

Bye!!!

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 23 Oct 2013 15:16

Dear JoungEunKim,
I downloaded vlc-2.1.0 compile with VS2010, directx sdk june 2010 (I uninstalled vc++ 2010 redistributable first, and after I reinstalled it). I change the path of the included libraries in linker->general from C:\Program Files\Microsoft SDKs\Windows\v7.0\Lib to C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib.
Libvlccore doesn't compile: ....\include\d2d1.h(357): error C2146: syntax error ';' missed before 'ID2D1Bitmap'
and so many equals....
How can I compile??? Pls help me, I can't debug vlc because I have a visual studio project!
Hi. amavlc.

Please to check order of include.

Add SDK and directX directory on top.

I think then you can compile that. :)

Have a nice day!!!!
Bye~~~
Thank You very much! I must change from C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include to C:\Program Files %28x86%29\Microsoft SDKs\Windows\v7.0A\Include !!!

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 24 Oct 2013 10:21

Dear JoungEunKim,
I now compiled succesfully your project! I builded the project baseclasses from C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0\Samples\multimedia\directshow\baseclasses\ (WinSDKSamples from windows 7 sdk GRMSDK_EN_DVD.iso) for strmbasd.lib.
Now, in my project, I included your lib_plugin.lib libvlc.lib libvlccore.lib libcompat.lib instead of libvlc.lib libvlccore.lib.
It compiles but when I run my project (ActiveX) and start a play the browser crashes at the line 371 of media_player.c:
mp = (libvlc_media_player_t *)vlc_object_create (instance->p_libvlc_int, sizeof(*mp));
Please help us how we can link correctly your libs. Thank You !!!
Edit1: the function module_LoadPlugins in bank.c "plug-ins loaded: %zu modules" are 373 if I run vlc.exe instead of only 1 if I run ActiveX in the browser. When I invoke libvlc_new my args are:
"-I", "dummy","--ignore-config", "--plugin-path=./plugins","--no-video-title-show"

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 25 Oct 2013 11:48

I found the error:
in file plugin.c LoadLibraryW failed and gives a 126 error. I check the path (variable psz_file) and it's correct!
It can't load lib_plugin.dll.
Please help me :wink:
My project is a dll standard that is used as an activex in the browser.

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 25 Oct 2013 15:56

If i put all Qt4XXX.dll in c:\windows libvlc_new(...) function doesn't crash :D so the lib_plugin.dll was loaded, but now the Activex doesn't shows the images from a recorded files... How I can disable qt4? I tried to comment it in config.h but without success...

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 25 Oct 2013 17:53

I use your visual studio project 2.0.4 and the play work!
I encounter the same issue when I tried to compile vlc 2.1.0 and 2.0.4 from linux.
When I compiled vlc 2.0.4 from linux I added
SYS=mingw32
CC="$CC -static-libgcc"
CXX="$CXX -static-libgcc -static-libstdc++"
to vlc/configure.ac .

Without this strings my Activex doesn't play!
With the same strings in vlc 2.1.0 my Activex doesn't play!
So there is a difference in compiling 2.0.4 and 2.1.0.
Jean-Baptiste Kempf pls help me :D

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 28 Oct 2013 13:06

Dear JoungEunKim,
I found 3000+ "// sunqueen modify" into files. You did a lot of work, but if you can shows the tecniques that you used how to porting the vlc project into visual studio project anyone can help you/us.
Another time thank you very much.
Sorry for bad english.

amavlc
New Cone
New Cone
Posts: 9
Joined: 28 May 2013 15:39

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby amavlc » 29 Oct 2013 12:56

Now I'm testing my ActiveX with 2.0.4 JoungEunKim. My running test is 25 ActiveX that play and stop a live rtsp streaming every 2.5 seconds. With official libvlc I have random crashes when an ActiveX play (usually after 2 hours).
I'm glad to know JoungEunKim modifications:
I compare, for example, the file lib/core.c and the differences are:
original: libvlc_instance_t *p_new = malloc (sizeof (*p_new)); JoungEunKim: libvlc_instance_t *p_new = (libvlc_instance_t *)malloc (sizeof (*p_new));
original: const char *my_argv[argc + 2]; JoungEunKim: const char **my_argv = (const char **)malloc(sizeof(char *) * (argc + 2));
original: nothing JoungEunKin: free( my_argv );
Are these modifications better???

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 30 Oct 2013 11:23

hi! amavlc.

Sorry, I'm late.
I was very busy.
I was modify VLC source, because Visual Studio is not support like that sample.
And my release version is for study or debug.
I don't know every source run very well.
Sorry about that.

Bye!!!

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 05 Nov 2013 13:40

Hi.

Now skins2 is working. :D

Please get source again.

But path is only to use english.

I think multi code string has problem.

I'll try to debug more. :)

Have a nice day!!!!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby Jean-Baptiste Kempf » 05 Nov 2013 21:06

2013 should be way more simple to support, though!
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

phanthai_it
New Cone
New Cone
Posts: 2
Joined: 02 Jan 2014 05:34
VLC version: 2.1.1
Operating System: Windows 8,openSuSE

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby phanthai_it » 02 Jan 2014 06:02

Hi everyone! I try to build vlc 2.1.0 with VS 2010. It work fine with debug mode but failed when i try to build with release mode. And i got error follow:
Error 17695 error LNK1120: 133 unresolved externals D:\Visual Project\vlc-2.1.0.oldlib-2010-master\Release\lib_plugin.dll lib_plugin
Error 17238 error LNK2001: unresolved external symbol "int __cdecl poll(struct pollfd *,unsigned int,int)" (?poll@@YAHPAUpollfd@@IH@Z) D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\input.obj lib_plugin
Error 17239 error LNK2001: unresolved external symbol "int __cdecl poll(struct pollfd *,unsigned int,int)" (?poll@@YAHPAUpollfd@@IH@Z) D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\sap.obj lib_plugin
Error 17419 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfontconfig.lib(fclist.o) lib_plugin
Error 17420 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libiconv.lib(iconv.o) lib_plugin
Error 17422 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libgnutls.lib(vasnprintf.o) lib_plugin
Error 17423 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfontconfig.lib(fcname.o) lib_plugin
Error 17424 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfontconfig.lib(fcstr.o) lib_plugin
Error 17425 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libzvbi.lib(packet.o) lib_plugin
Error 17426 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libzvbi.lib(exp-txt.o) lib_plugin
Error 17427 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libzvbi.lib(teletext.o) lib_plugin
Error 17428 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libzvbi.lib(exp-html.o) lib_plugin
Error 17429 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libbluray.lib(index_parse.o) lib_plugin
Error 17430 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libbluray.lib(mobj_parse.o) lib_plugin
Error 17431 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libbluray.lib(mpls_parse.o) lib_plugin
Error 17432 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libspeexdsp.lib(resample.o) lib_plugin
Error 17433 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(lt_predict.o) lib_plugin
Error 17434 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libregex.lib(regex.o) lib_plugin
Error 17435 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libbluray.lib(clpi_parse.o) lib_plugin
Error 17436 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libbluray.lib(sound_parse.o) lib_plugin
Error 17437 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(specrec.o) lib_plugin
Error 17438 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(hcr.o) lib_plugin
Error 17439 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(mdct.o) lib_plugin
Error 17440 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(ps_dec.o) lib_plugin
Error 17441 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(decoder.o) lib_plugin
Error 17442 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(syntax.o) lib_plugin
Error 17443 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(filtbank.o) lib_plugin
Error 17444 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libfaad.lib(sbr_dec.o) lib_plugin
Error 17445 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libvorbis.lib(lsp.o) lib_plugin
Error 17446 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libx264.lib(set.o) lib_plugin
Error 17447 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libx264.lib(analyse.o) lib_plugin
Error 17448 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libx264.lib(me.o) lib_plugin
Error 17449 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libvorbis.lib(lpc.o) lib_plugin
Error 17450 error LNK2001: unresolved external symbol ___chkstk D:\Visual Project\vlc-2.1.0.oldlib-2010-master\lib_plugin\libvorbis.lib(floor1.o) lib_plugin
...
Only lib_plugin project give me error! The other work fine!
Please tell me any help!
thanks so much!
//ps: Sr,my english is poor :)

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby JoungEunKim » 03 Jan 2014 13:43

Hi. phanthai_it.

It is not support release mode.

I'm very sorry.

phanthai_it
New Cone
New Cone
Posts: 2
Joined: 02 Jan 2014 05:34
VLC version: 2.1.1
Operating System: Windows 8,openSuSE

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby phanthai_it » 06 Jan 2014 02:55

thanks for reply, JoungEunKim!
I have already built success with release mode :)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby Jean-Baptiste Kempf » 06 Jan 2014 12:08

Please share the patches :)

Btw, how do you compile the contribs with VS?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

manju_vlc
New Cone
New Cone
Posts: 3
Joined: 21 Oct 2014 12:15

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby manju_vlc » 21 Oct 2014 12:27

HI,
I'm trying to enable software update feature in the VLC 2.1.0. For this i defined #define UPDATE_CHECK in config.h but found so many errors when compiled. The errors are as follows. Can anyone please help me out in this regard.
To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.
Error 2627 error LNK2019: unresolved external symbol ___mingw_vfprintf referenced in function _fprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-global.o)
Error 2628 error LNK2001: unresolved external symbol ___mingw_vfprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-misc.o)
Error 2629 error LNK2001: unresolved external symbol _gpg_strerror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(ecc.o)
Error 2630 error LNK2019: unresolved external symbol _gpg_strerror referenced in function __gcry_strerror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-global.o)
Error 2631 error LNK2001: unresolved external symbol _gpg_strerror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-misc.o)
Error 2632 error LNK2001: unresolved external symbol _gpg_strerror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(md.o)
Error 2633 error LNK2001: unresolved external symbol _gpg_strerror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-fips.o)
Error 2634 error LNK2019: unresolved external symbol _gpg_strsource referenced in function __gcry_strsource D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-global.o)
Error 2635 error LNK2019: unresolved external symbol _gpg_err_set_errno referenced in function _do_malloc D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-global.o)
Error 2636 error LNK2001: unresolved external symbol _gpg_err_set_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-stdmem.o)
Error 2637 error LNK2001: unresolved external symbol _gpg_err_set_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-secmem.o)
Error 2638 error LNK2001: unresolved external symbol _gpg_err_code_from_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-module.o)
Error 2639 error LNK2019: unresolved external symbol _gpg_err_code_from_errno referenced in function _gpg_err_make_from_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-global.o)
Error 2640 error LNK2001: unresolved external symbol _gpg_err_code_from_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-sexp.o)
Error 2641 error LNK2001: unresolved external symbol _gpg_err_code_from_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(md.o)
Error 2642 error LNK2001: unresolved external symbol _gpg_err_code_from_errno D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(primegen.o)
Error 2643 error LNK2019: unresolved external symbol ___mingw_vsprintf referenced in function _sprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-sexp.o)
Error 2644 error LNK2001: unresolved external symbol ___mingw_vsprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(ac.o)
Error 2645 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(primegen.o)
Error 2646 error LNK2019: unresolved external symbol _gpg_err_code_from_syserror referenced in function _progress D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(dsa.o)
Error 2647 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(ecc.o)
Error 2648 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(random-fips.o)
Error 2649 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(mpicoder.o)
Error 2650 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(cipher.o)
Error 2651 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(pubkey.o)
Error 2652 error LNK2001: unresolved external symbol _gpg_err_code_from_syserror D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(kdf.o)
Error 2653 error LNK2019: unresolved external symbol _snprintf referenced in function __gcry_pk_get_keygrip D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(pubkey.o)
Error 2654 error LNK2001: unresolved external symbol _snprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(md.o)
Error 2655 error LNK2001: unresolved external symbol _snprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(ecc.o)
Error 2656 error LNK2001: unresolved external symbol _snprintf D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(rndw32.o)
Error 2657 error LNK2019: unresolved external symbol _getpagesize referenced in function _init_pool D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(libgcrypt_la-secmem.o)
Error 2658 error LNK2019: unresolved external symbol _gettimeofday referenced in function _x931_get_dt D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(random-fips.o)
Error 2659 error LNK2001: unresolved external symbol _gettimeofday D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\libvlccore\libgcrypt.lib(random-csprng.o)
Error 2660 error LNK1120: 10 unresolved externals D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\Release\libvlccore.dll 1
Error 19753 error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall UpdateDialog::metaObject(void)const " (?metaObject@UpdateDialog@@UBEPBUQMetaObject@@XZ) D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\lib_plugin\help.obj
Error 19754 error LNK2001: unresolved external symbol "public: virtual void * __thiscall UpdateDialog::qt_metacast(char const *)" (?qt_metacast@UpdateDialog@@UAEPAXPBD@Z) D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\lib_plugin\help.obj
Error 19755 error LNK2001: unresolved external symbol "public: virtual int __thiscall UpdateDialog::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@UpdateDialog@@UAEHW4Call@QMetaObject@@HPAPAX@Z) D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\lib_plugin\help.obj
Error 19756 error LNK1120: 3 unresolved externals D:\VidPlaya_offline\TryingToIncludeUpdateFacility\Vidplaya_Plugin_EmbeddedUpdate\vlcwin\Release\plugins\\lib_plugin.dll 1
[/messages]
Last edited by manju_vlc on 21 Oct 2014 12:53, edited 1 time in total.

manju_vlc
New Cone
New Cone
Posts: 3
Joined: 21 Oct 2014 12:15

Re: vlc 2.1.0 compile with VS2005/2008/2010

Postby manju_vlc » 21 Oct 2014 12:36

thanks for reply, JoungEunKim!
I have already built success with release mode :)

HI,
What was the issue with your project can please post here?


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 2 guests