<P>
  <BR>
Hi,everyone! <BR>
<BR>
Now i have a vlc-0.8.6 source code and trying to compile with the VC++ 6.0. <BR>
<BR>
Is it possible to compile the vlc with VC++ 6.0 for the windows? <BR>
<BR>
A lot of erro like: <BR>
<BR>
vlc.exe - 8 error(s), 0 warning(s) <BR>
--------------------Configuration: libvlc - Win32 Debug-------------------- <BR>
--------------------Configuration: vlc - Win32 Debug-------------------- <BR>
Compiling resources... <BR>
Compiling... <BR>
vlc.c <BR>
Linking... <BR>
vlc.obj : error LNK2001: unresolved external symbol _VLC_CleanUp <BR>
vlc.obj : error LNK2001: unresolved external symbol _VLC_AddIntf <BR>
vlc.obj : error LNK2001: unresolved external symbol _VLC_Destroy <BR>
vlc.obj : error LNK2001: unresolved external symbol _VLC_Init <BR>
vlc.obj : error LNK2001: unresolved external symbol _VLC_Create <BR>
vlc.obj : error LNK2001: unresolved external symbol _rootwrap <BR>
vlc.obj : error LNK2001: unresolved external symbol _VLC_Version <BR>
vlc.exe : fatal error LNK1120: 7 unresolved externals <BR>
Error executing link.exe. <BR>
<BR>
vlc.exe - 8 error(s), 0 warning(s) <BR>
--------------------Configuration: plugin_access_file - Win32 Release-------------------- <BR>
Compiling... <BR>
file.c <BR>
..\include\vlc_symbols.h(482) : error C2061: syntax error : identifier 'lldiv_t' <BR>
..\include\vlc_symbols.h(482) : error C2632: 'long' followed by 'long' is illegal <BR>
..\include\vlc_symbols.h(482) : error C2632: 'long' followed by 'long' is illegal <BR>
..\include\vlc_symbols.h(494) : error C2059: syntax error : '}' <BR>
..\include\vlc_messages.h(149) : error C2037: left of '__msg_GenericVa_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(157) : error C2037: left of '__msg_GenericVa_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(165) : error C2037: left of '__msg_GenericVa_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(173) : error C2037: left of '__msg_GenericVa_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(294) : error C2037: left of '__stats_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(304) : error C2037: left of '__stats_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(317) : error C2037: left of '__stats_Update_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_messages.h(331) : error C2037: left of '__stats_Update_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(233) : error C2037: left of '__var_Set_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(233) : warning C4033: '__var_SetInteger' must return a value <BR>
..\include\variables.h(247) : error C2037: left of '__var_Set_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(247) : warning C4033: '__var_SetBool' must return a value <BR>
..\include\variables.h(261) : error C2037: left of '__var_Set_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(261) : warning C4033: '__var_SetTime' must return a value <BR>
..\include\variables.h(275) : error C2037: left of '__var_Set_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(275) : warning C4033: '__var_SetFloat' must return a value <BR>
..\include\variables.h(289) : error C2037: left of '__var_Set_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(289) : warning C4033: '__var_SetString' must return a value <BR>
..\include\variables.h(302) : error C2037: left of '__var_Set_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(302) : warning C4033: '__var_SetVoid' must return a value <BR>
..\include\variables.h(340) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(355) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(370) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(385) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(400) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(438) : error C2037: left of '__var_Create_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(439) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(455) : error C2037: left of '__var_Create_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(456) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(472) : error C2037: left of '__var_Create_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(473) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(489) : error C2037: left of '__var_Create_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(490) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(506) : error C2037: left of '__var_Create_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\variables.h(507) : error C2037: left of '__var_Get_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\modules.h(59) : error C2079: 'symbols' uses undefined struct 'module_symbols_t' <BR>
..\include\vlc_block.h(131) : error C2037: left of '__block_New_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_block.h(234) : error C2037: left of '__block_New_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_input.h(9 : error C2037: left of '__vlc_mutex_init_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_input.h(100) : error C2037: left of '__vlc_mutex_init_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_input.h(165) : error C2037: left of '__vlc_mutex_destroy_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\vlc_stream.h(186) : error C2037: left of '__block_New_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\charset.h(5 : error C2037: left of 'FromUTF16_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\charset.h(59) : error C2037: left of 'FromUTF32_inner' specifies undefined struct/union 'module_symbols_t' <BR>
..\include\charset.h(59) : warning C4033: 'FromWide' must return a value <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(101) : error C2037: left of 'config_Duplicate_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(101) : error C2037: left of 'config_Duplicate_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(169) : error C2037: left of 'vlc_asprintf_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(187) : error C2037: left of 'utf8_stat_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(288) : error C2037: left of '__var_Create_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(433) : error C2037: left of 'msleep_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(619) : error C2037: left of 'ToLocale_inner' specifies undefined struct/union 'module_symbols_t' <BR>
F:\C test\vlc-0.8.5\modules\access\file.c(627) : error C2037: left of 'LocaleFree_inner' specifies undefined struct/union 'module_symbols_t' <BR>
Error executing cl.exe. <BR>
<BR>
So, please help me to solve this problem.<BR>
<BR>
Thanks in advance <BR>
Warm Regards,<BR>
Jyotirmoy<BR>

</P>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 VSPACE=0 HSPACE=0></a>