sunqueen / vlc-2.2.6.32-2015

vlc-2.2.6 compile with VS2015
GNU General Public License v2.0
34 stars 37 forks source link

Unresolved external symbol in libvlccore project #1

Open AceVertuta opened 7 years ago

AceVertuta commented 7 years ago

I have tried to build winvlc solution. Building of solution was failed with a lot of errors. Some of them are: LNK2001: unresolved external symbol _vlc_static_modules in libvlcore project in bank.obj. LNK2019: unresolved external symbol __imp___iob referenced in function matherr in libvlccore project. libmingw32.lib(lib32_libmingw32_a-merr.o) library LNK2001: unresolved external symbol **imp____mb_cur_max in libvlccore** project. libmingwex.lib(lib32_libmingwex_a-wcrtomb.o) library

_vlc_static_modules does not present in solution. vlc_static_modules present only in bank.c (line 76)

Microsoft Visual Studio Professional 2015 Version 14.0.25431.01 Update 3

How can I solve these issues?

Thanks a lot.

sunqueen commented 7 years ago

Hi.

Please check this first. ^^ https://github.com/sunqueen/vlc-2.2.4.32-2013/issues/1#issuecomment-310661176