Page 1 of 1

[Help]VLC in Visual Studios

Posted: 02 May 2008 13:06
by ydf9
Hi,

I'm compiling VLC in Visual Studio 2008.I only want to compile it in Visual Studios and play some common video file fomats by myself.I compiled the source code(vlc-0.8.6f.tar.bz2) downloded from the offical sites.I met a lot of errors.

Can anyone send me a full project of VLC in Visual Studios?

My Email:ydf92008@gmail.com

Thank you! :)

Re: [Help]VLC in Visual Studios

Posted: 02 May 2008 17:43
by VLC_help
You can't compile VLC with Visual Studio. It would require some serious work and currently no one has wanted to do that.
http://wiki.videolan.org/Win32CompileCygwinNew
that works if you want compile by yourself under Windows.

If you want to just use VLC video abilities in your program, use libvlc.

Re: [Help]VLC in Visual Studios

Posted: 02 May 2008 22:58
by dragon2009
You're trying to compile a project that's loosely based on the Linux system :P.

You'll need to include a lot of libraries, includes and re-configure Visual Studio to use it as a suitable development environment in Windows. But, libVLC is the easiest library to use and manipulate file types in your project / program.

Re: [Help]VLC in Visual Studios

Posted: 03 May 2008 05:06
by ydf9
Thank you for you advice!But I only want a try to cimpile it in Visual Studios.
You can't compile VLC with Visual Studio. It would require some serious work and currently no one has wanted to do that.
http://wiki.videolan.org/Win32CompileCygwinNew
that works if you want compile by yourself under Windows.

If you want to just use VLC video abilities in your program, use libvlc.

Re: [Help]VLC in Visual Studios

Posted: 03 May 2008 05:13
by ydf9
Yeah,VLC is loosely based on Linux system,and it's prossible to compile in Visual Studio.The official source code includes the msvc project.But when I open it and compile it ,I meet masses of errors.......
You're trying to compile a project that's loosely based on the Linux system :P.

You'll need to include a lot of libraries, includes and re-configure Visual Studio to use it as a suitable development environment in Windows. But, libVLC is the easiest library to use and manipulate file types in your project / program.

Re: [Help]VLC in Visual Studios

Posted: 03 May 2008 19:43
by Jean-Baptiste Kempf
VLC doesn't compile with this compiler. Compile it in CYGWIN.