Page 1 of 1

Can I only use VC++ to compile and build the VLC promgrame?

Posted: 08 Feb 2006 03:56
by DD
I use the source code (0.8.0) to compile and build in VC++ 6.0
but have lots of error.see follow:

--------------------Configuration: plugin_access_output_udp - Win32 Debug--------------------
Compiling...
udp.c
J:\vlc-0.8.0\modules\access_output\udp.c(120) : error C2373: 'WriteRaw' : redefinition; different type modifiers
e:\program files\microsoft visual studio\vc98\include\winbase.h(3296) : see declaration of 'WriteRaw'
J:\vlc-0.8.0\modules\access_output\udp.c(288) : error C2152: '=' : pointers to functions with different attributes
J:\vlc-0.8.0\modules\access_output\udp.c(403) : error C2373: 'WriteRaw' : redefinition; different type modifiers
e:\program files\microsoft visual studio\vc98\include\winbase.h(3296) : see declaration of 'WriteRaw'
Error executing cl.exe.

plugin_access_output_udp.dll - 3 error(s), 0 warning(s)--------------------Configuration: plugin_ts - Win32 Release--------------------
Compiling...
ts.c
J:\vlc-0.8.0\modules\demux\ts.c(46) : fatal error C1083: Cannot open include file: 'dvbpsi.h': No such file or directory
Error executing cl.exe.

plugin_ts.dll - 1 error(s), 0 warning(s)


and I can get the vlc.exe file but can not run it

VLC Compile in .NET

Posted: 08 Feb 2006 05:24
by vlcuser
Hi All,
I also tried to compile VLC 0.8.4a in .NET framework. But it generates lots of errors? Where should I put all the supporting Libraries while compile in .NET?

I compiled the vlc.sln in \msvc folder. Can Anyone help me?

I successfully compiled VLC 0.8.1 in Linux, but faild to compile VLC 0.8.4a.

Now I need to compile it in .NET.....

With rgrds,
vlcuser.