VLC Compilation

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Chakkaradeep

VLC Compilation

Postby Chakkaradeep » 14 Jun 2004 17:11

hi all,

i want to compile and run VLC using MSVC, am able to compile the workspace which is the folder /msvc available with the source code.But if i execute amn ot able to, how should i make it to work??

with regards,
C.C.Chakkaradeep

Chakkaradeep

Version of DirectX

Postby Chakkaradeep » 14 Jun 2004 18:34

hi all,

i got compiled the MSVC code but am getting errors in DirectX outVideo...which version of DirectX SDK should i have to install for VLC Media Player???...

with regards,
C.C.Chakkaradeep

xzheng
Blank Cone
Blank Cone
Posts: 16
Joined: 19 Jul 2004 07:48

some errors in compiling the VLC 0.7.2

Postby xzheng » 19 Jul 2004 08:32

I have found some errors in compilation. How can I do? How can I get VLS from it?
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(55) : error C2061: syntax error : identifier 'HMONITOR'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(57) : error C2143: syntax error : missing ')' before '__stdcall'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(57) : error C2143: syntax error : missing '{' before '__stdcall'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(57) : error C2059: syntax error : ')'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(57) : error C2165: 'left-side modifier' : cannot modify pointers to data
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(105) : error C2059: syntax error : '}'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(114) : warning C4113: 'int (__stdcall *)()' differs in parameter lists from 'unsigned long (__stdcall *)(unsigned long )'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(126) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(126) : error C2198: 'GetMessageA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(137) : error C2037: left of 'i_window_width' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(138) : error C2037: left of 'i_window_height' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(139) : warning C4047: 'function' : 'unsigned int ' differs in levels of indirection from 'int *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(139) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(139) : warning C4047: 'function' : 'unsigned int ' differs in levels of indirection from 'int *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(139) : warning C4024: 'function through pointer' : different types for formal and actual parameter 3
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(139) : error C2198: 'function through pointer' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(141) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(166) : error C2037: left of 'i_lastmoved' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(168) : error C2037: left of 'b_cursor_hidden' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(170) : error C2037: left of 'b_cursor_hidden' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(177) : error C2037: left of 'b_cursor_hidden' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(178) : error C2037: left of 'b_cursor_hidden' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(184) : error C2037: left of 'b_cursor_hidden' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(185) : error C2037: left of 'b_cursor_hidden' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(207) : error C2037: left of 'i_changes' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(269) : warning C4013: 'GET_WHEEL_DELTA_WPARAM' undefined; assuming extern returning int
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(301) : error C2037: left of 'b_using_overlay' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(302) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(303) : warning C4133: 'function' : incompatible types - from 'char [42]' to 'struct HWND__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(303) : error C2198: 'SetWindowTextA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(304) : error C2037: left of 'b_hw_yuv' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(305) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(306) : warning C4133: 'function' : incompatible types - from 'char [34]' to 'struct HWND__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(306) : error C2198: 'SetWindowTextA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(307) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(308) : warning C4133: 'function' : incompatible types - from 'char [34]' to 'struct HWND__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(308) : error C2198: 'SetWindowTextA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(312) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(312) : warning C4133: 'function' : incompatible types - from 'char *' to 'struct HWND__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(312) : error C2198: 'SetWindowTextA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(328) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(331) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(337) : error C2037: left of 'i_changes' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(368) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(369) : error C2037: left of 'i_window_x' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(370) : error C2037: left of 'i_window_y' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(371) : error C2037: left of 'i_window_width' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(372) : error C2037: left of 'i_window_height' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(372) : error C2198: 'function through pointer' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(375) : error C2037: left of 'pf_wndproc' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(420) : error C2037: left of 'i_window_width' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(421) : error C2037: left of 'i_window_height' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(424) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(430) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(435) : error C2037: left of 'i_window_x' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(436) : error C2037: left of 'i_window_x' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(437) : error C2037: left of 'i_window_y' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(438) : error C2037: left of 'i_window_y' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(441) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(442) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'void *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(442) : warning C4024: 'CreateWindowExA' : different types for formal and actual parameter 7
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(443) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'struct HINSTANCE__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(443) : warning C4024: 'CreateWindowExA' : different types for formal and actual parameter 8
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(444) : error C2198: 'CreateWindowExA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(446) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(452) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(457) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(457) : warning C4047: 'function' : 'struct HWND__ *' differs in levels of indirection from 'const int '
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(457) : warning C4024: 'GetWindowLongA' : different types for formal and actual parameter 1
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(457) : error C2198: 'GetWindowLongA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(458) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(458) : warning C4047: 'function' : 'struct HWND__ *' differs in levels of indirection from 'const int '
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(458) : warning C4024: 'SetWindowLongA' : different types for formal and actual parameter 1
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(459) : error C2198: 'SetWindowLongA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(464) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(464) : warning C4047: 'function' : 'struct HWND__ *' differs in levels of indirection from 'const int '
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(464) : warning C4024: 'ShowWindow' : different types for formal and actual parameter 1
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(464) : error C2198: 'ShowWindow' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(469) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(469) : warning C4047: 'function' : 'struct HWND__ *' differs in levels of indirection from 'const int '
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(469) : warning C4024: 'SendMessageA' : different types for formal and actual parameter 1
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(469) : error C2198: 'SendMessageA' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(472) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(472) : error C2198: 'GetSystemMenu' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(489) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(489) : error C2198: 'DestroyWindow' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(491) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(492) : error C2037: left of 'hparent' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(492) : error C2198: 'function through pointer' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(494) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(521) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(521) : warning C4133: 'function' : incompatible types - from 'struct tagRECT *' to 'struct HWND__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(521) : error C2198: 'GetClientRect' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(525) : error C2037: left of 'hwnd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(525) : warning C4133: 'function' : incompatible types - from 'struct tagPOINT *' to 'struct HWND__ *'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(525) : error C2198: 'ClientToScreen' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(529) : error C2037: left of 'i_window_width' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(530) : error C2037: left of 'i_window_height' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(531) : error C2037: left of 'i_window_x' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(532) : error C2037: left of 'i_window_y' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(538) : error C2037: left of 'i_window_x' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(539) : error C2037: left of 'i_window_y' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(540) : error C2037: left of 'i_window_width' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(541) : error C2037: left of 'i_window_height' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(546) : error C2037: left of 'hvideownd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(547) : error C2037: left of 'hvideownd' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(548) : warning C4047: 'function' : 'struct HWND__ *' differs in levels of indirection from 'int '
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(548) : warning C4024: 'SetWindowPos' : different types for formal and actual parameter 2
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(548) : error C2198: 'SetWindowPos' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(551) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(552) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(552) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(553) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(554) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(554) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(557) : error C2037: left of 'b_using_overlay' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(559) : error C2037: left of 'i_align_dest_boundary' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(560) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(560) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(561) : error C2037: left of 'i_align_dest_boundary' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(562) : error C2037: left of 'i_align_dest_boundary' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(564) : error C2037: left of 'i_align_dest_size' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(565) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(565) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(565) : error C2037: left of 'rect_dest' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(566) : error C2037: left of 'i_align_dest_size' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(567) : error C2037: left of 'i_align_dest_size' specifies undefined struct/union 'vout_sys_t'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\events.c(567) : fatal error C1003: error count exceeds 100; stopping compilation

Compiling...
waveout.c
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\audio_output\waveout.c(567) : error C2065: 'DWORD_PTR' : undeclared identifier
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\audio_output\waveout.c(567) : error C2146: syntax error : missing ')' before identifier 'WaveOutCallback'
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\audio_output\waveout.c(567) : error C2198: 'waveOutOpen' : too few actual parameters
g:\ok\vlc-0.7.2\vlc-0.7.2\modules\audio_output\waveout.c(695) : error C2146: syntax error : missing ';' before identifier 'p_buffer'
Error executing cl.exe.

xzheng
Blank Cone
Blank Cone
Posts: 16
Joined: 19 Jul 2004 07:48

How to develop to use VLC 0.7.2

Postby xzheng » 19 Jul 2004 08:57

I ignore some errors and get compile the VLC. But I find how to use the VLC to develop. where is there the function document of interface?

xzheng


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 22 guests