Search found 2 matches

Go to advanced search

by jayboss
21 Jan 2015 14:33
Forum: Development around libVLC
Topic: unresolved external symbol _libvlc_new
Replies: 0
Views: 310

unresolved external symbol _libvlc_new

Hi, I am trying to compile a visual c++ project in Visual Studio 2012 where I am adding libvlc.lib to my project via the Properties >> Linker >> Input >> Additional Dependencies and adding the Library Directories entry in VC++ Directories section. However, I am still getting unresolved external symb...
by jayboss
21 Dec 2014 02:38
Forum: Development around libVLC
Topic: Building vlc for windows 32
Replies: 3
Views: 799

Re: Building vlc for windows 32

Hi,

I am having the same issue doing a "make". I checked the Makefile and it contains a flag "-lstdc++" under

Code: Select all

LIBMODPLUG_LIBS = -L/home/ubuntu/vlc/contrib/i686-w64-mingw32/lib -lmodplug -lstdc++ -lm
So I am not sure how to fix this error.

Go to advanced search