Page 1 of 1

no libvlc.lib generated!

Posted: 12 Jul 2008 16:17
by foruok
Today I built vlc-0.8.6h on Windows XP use cygwin.
I modify the stat.h and wchar.h, for type off_t . The compiler complained that the off_t wasn't a type. So I defined it explicitly, code:

Code: Select all

#ifndef _OFF_T_DEFINED typedef long off_t; #define _OFF_T_DEFINED #endif
All went OK. I got the zip package. And vlc run mostly OK, except that an unhandled exception was raised when I tried to play a wmv file.
That's not important. I just want to have a libvlc.lib ,thus I can compile my test application based on vlc, under VC++ 2005.
But there no libvlc.lib generated!
Why?
Below is my configure script:

Code: Select all

CONTRIB_TREE=/usr/win32-branch PATH=${CONTRIB_TREE}/bin:$PATH \ ./bootstrap && \ CPPFLAGS="-I${CONTRIB_TREE}/include -I${CONTRIB_TREE}/include/ebml" \ LDFLAGS=-L${CONTRIB_TREE}/lib \ PKG_CONFIG_LIBDIR=${CONTRIB_TREE}/lib/pkgconfig \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ ./configure \ --host=i686-pc-mingw32 \ --enable-sdl --with-sdl-config-path=${CONTRIB_TREE}/bin --disable-gtk \ --enable-nls \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=${CONTRIB_TREE}/bin \ --with-freetype-config-path=${CONTRIB_TREE}/bin \ --with-fribidi-config-path=${CONTRIB_TREE}/bin \ --enable-live555 --with-live555-tree=${CONTRIB_TREE}/live.com \ --enable-caca --with-caca-config-path=${CONTRIB_TREE}/bin \ --with-xml2-config-path=${CONTRIB_TREE}/bin \ --with-dvdnav-config-path=${CONTRIB_TREE}/bin \ --disable-cddax --disable-vcdx --enable-goom \ --enable-twolame --enable-dvdread \ --disable-gnomevfs \ --enable-dts \ --disable-optimizations \ --enable-debug \ --enable-shared-libvlc \ --disable-skins2 \ && make
I think I specified some wrong options, or missed some options.
Anyone has similar experience ? Please help me.
Thanks a lot.

Re: no libvlc.lib generated!

Posted: 13 Jul 2008 22:03
by VLC_help
viewtopic.php?f=16&t=33612
there is some guidance, but I am not sure if that works.

Re: no libvlc.lib generated!

Posted: 14 Jul 2008 08:01
by foruok
I used LoadLibrary and GetProcAddress to accomplish my first example today.
Thanks a lot.

Re: no libvlc.lib generated!

Posted: 30 Sep 2009 02:25
by jiapei100
Can you please just show how you use that libvlc.dll in Visual Studio?

I'm trying to compile the examples at

http://wiki.videolan.org/LibVLC_Visual_C and
http://wiki.videolan.org/LibVLC_SampleCode_Qt


but with no luck.
http://wiki.videolan.org/LibVLC_Visual_C
is deprecated.

http://wiki.videolan.org/LibVLC_SampleCode_Qt is good, but
main.cpp #include "vlc_on_qt.h" first, before I LoadLibrary("libvlc.dll");


Can you give me a hand?

Cheers
JIA Pei

Re: no libvlc.lib generated!

Posted: 01 Oct 2009 01:52
by Jean-Baptiste Kempf

Re: no libvlc.lib generated!

Posted: 01 Oct 2009 05:52
by jiapei100



Thank.

I found exactly the same way to do so, but, did you ever check the produced .def file? My produced libvlc.def seems to have a link error.

Code: Select all

Microsoft (R) COFF/PE Dumper Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file C:\Program Files\VideoLAN\VLC\libvlc.dll File Type: DLL Section contains the following exports for libvlc.dll 00000000 characteristics 4AB8E141 time date stamp Tue Sep 22 15:37:53 2009 0.00 version 1 ordinal base 277 number of functions 277 number of names ordinal hint RVA name 1 0 00001550 libvlc_add_intf 2 1 00006660 libvlc_audio_get_channel 3 2 00006B20 libvlc_audio_get_mute 4 3 00006810 libvlc_audio_get_track 5 4 000069B0 libvlc_audio_get_track_count 6 5 00006A50 libvlc_audio_get_track_description 7 6 00006AE0 libvlc_audio_get_volume 8 7 00006EA0 libvlc_audio_output_device_count 9 8 00006C70 libvlc_audio_output_device_id 10 9 00006D80 libvlc_audio_output_device_longname 11 A 00006BC0 libvlc_audio_output_device_set 12 B 000066C0 libvlc_audio_output_get_device_type 13 C 00006FD0 libvlc_audio_output_list_get 14 D 00006C30 libvlc_audio_output_list_release 15 E 00006F90 libvlc_audio_output_set 16 F 000065C0 libvlc_audio_output_set_device_type 17 10 00006520 libvlc_audio_set_channel 18 11 00006B50 libvlc_audio_set_mute 19 12 00006720 libvlc_audio_set_track 20 13 00006A80 libvlc_audio_set_volume 21 14 00006BA0 libvlc_audio_toggle_mute 22 15 000081D0 libvlc_event_attach 23 16 000071F0 libvlc_event_detach 24 17 00007170 libvlc_event_manager_new 25 18 00007E70 libvlc_event_manager_register_event_type 26 19 00008200 libvlc_event_manager_release 27 1A 00007780 libvlc_event_send 28 1B 00007120 libvlc_event_type_name 29 1C 00001310 libvlc_exception_clear 30 1D 000012C0 libvlc_exception_get_message 31 1E 00001280 libvlc_exception_init 32 1F 000014C0 libvlc_exception_raise 33 20 000012A0 libvlc_exception_raised 34 21 00001300 libvlc_free 35 22 000012F0 libvlc_get_changeset 36 23 00001360 libvlc_get_compiler 37 24 00006240 libvlc_get_fullscreen 38 25 0000A9A0 libvlc_get_input_thread 39 26 00001790 libvlc_get_log_verbosity 40 27 00001370 libvlc_get_version 41 28 000012E0 libvlc_get_vlc_id 42 29 00001340 libvlc_get_vlc_instance 43 2A 00001B30 libvlc_log_clear 44 2B 00001D40 libvlc_log_close 45 2C 00001950 libvlc_log_count 46 2D 00001A90 libvlc_log_get_iterator 47 2E 000017F0 libvlc_log_iterator_free 48 2F 000017B0 libvlc_log_iterator_has_next 49 30 000019C0 libvlc_log_iterator_next 50 31 00001820 libvlc_log_open 51 32 0000A090 libvlc_media_add_option 52 33 0000A070 libvlc_media_add_option_untrusted 53 34 00010510 libvlc_media_discoverer_event_manager 54 35 00010520 libvlc_media_discoverer_is_running 55 36 00010550 libvlc_media_discoverer_localized_name 56 37 00010530 libvlc_media_discoverer_media_list 57 38 00010770 libvlc_media_discoverer_new_from_name 58 39 00010BF0 libvlc_media_discoverer_release 59 3A 0000A280 libvlc_media_duplicate 60 3B 00009C70 libvlc_media_event_manager 61 3C 00009CE0 libvlc_media_get_duration 62 3D 00009E60 libvlc_media_get_meta 63 3E 00009F60 libvlc_media_get_mrl 64 3F 00009C60 libvlc_media_get_state 65 40 00009C90 libvlc_media_get_user_data 66 41 00009CA0 libvlc_media_is_preparsed 67 42 0000EBF0 libvlc_media_library_load 68 43 0000EBA0 libvlc_media_library_media_list 69 44 0000ED20 libvlc_media_library_new 70 45 0000ECF0 libvlc_media_library_release 71 46 0000EB90 libvlc_media_library_retain 72 47 0000EBD0 libvlc_media_library_save 73 48 0000C890 libvlc_media_list_add_file_content 74 49 0000C850 libvlc_media_list_add_media 75 4A 0000C200 libvlc_media_list_count 76 4B 0000C220 libvlc_media_list_event_manager 77 4C 00008B40 libvlc_media_list_flat_view 78 4D 00008F30 libvlc_media_list_hierarchical_node_view 79 4E 00008C00 libvlc_media_list_hierarchical_view 80 4F 0000C680 libvlc_media_list_index_of_item 81 50 0000CAE0 libvlc_media_list_insert_media 82 51 0000C210 libvlc_media_list_is_readonly 83 52 0000C750 libvlc_media_list_item_at_index 84 53 0000C240 libvlc_media_list_lock 85 54 0000C290 libvlc_media_list_media 86 55 0000C580 libvlc_media_list_new 87 56 0000CF30 libvlc_media_list_player_get_state 88 57 0000CF50 libvlc_media_list_player_is_playing 89 58 0000D200 libvlc_media_list_player_new 90 59 0000D610 libvlc_media_list_player_next 91 5A 0000CF80 libvlc_media_list_player_pause 92 5B 0000DB20 libvlc_media_list_player_play 93 5C 0000D540 libvlc_media_list_player_play_item 94 5D 0000D270 libvlc_media_list_player_play_item_at_index 95 5E 0000D150 libvlc_media_list_player_release 96 5F 0000CFF0 libvlc_media_list_player_set_media_list 97 60 0000D0E0 libvlc_media_list_player_set_media_player 98 61 0000CE60 libvlc_media_list_player_stop 99 62 0000C7A0 libvlc_media_list_release 100 63 0000C9B0 libvlc_media_list_remove_index 101 64 0000C250 libvlc_media_list_retain 102 65 0000C2D0 libvlc_media_list_set_media 103 66 0000C230 libvlc_media_list_unlock 104 67 0000DC10 libvlc_media_list_view_children_at_index 105 68 0000DCC0 libvlc_media_list_view_children_for_item 106 69 0000DC90 libvlc_media_list_view_count 107 6A 0000DD60 libvlc_media_list_view_event_manager 108 6B 0000EA90 libvlc_media_list_view_item_added 109 6C 0000DC50 libvlc_media_list_view_item_at_index 110 6D 0000EB10 libvlc_media_list_view_item_deleted 111 6E 0000E990 libvlc_media_list_view_new 112 6F 0000DD20 libvlc_media_list_view_parent_media_list 113 70 0000E090 libvlc_media_list_view_release 114 71 0000DDA0 libvlc_media_list_view_retain 115 72 0000E610 libvlc_media_list_view_set_ml_notification_callback 116 73 0000EAD0 libvlc_media_list_view_will_add_item 117 74 0000EB50 libvlc_media_list_view_will_delete_item 118 75 0000A350 libvlc_media_new 119 76 0000A2B0 libvlc_media_new_as_node 120 77 0000A0B0 libvlc_media_new_from_input_item 121 78 0000AA20 libvlc_media_player_can_pause 122 79 0000A480 libvlc_media_player_event_manager 123 7A 0000A4C0 libvlc_media_player_get_agl 124 7B 0000B020 libvlc_media_player_get_chapter 125 7C 0000AFC0 libvlc_media_player_get_chapter_count 126 7D 0000AF20 libvlc_media_player_get_chapter_count_for_title 127 7E 0000A520 libvlc_media_player_get_drawable 128 7F 0000AD60 libvlc_media_player_get_fps 129 80 0000A500 libvlc_media_player_get_hwnd 130 81 0000B270 libvlc_media_player_get_length 131 82 0000A770 libvlc_media_player_get_media 132 83 0000A4A0 libvlc_media_player_get_nsobject 133 84 0000B070 libvlc_media_player_get_position 134 85 0000C130 libvlc_media_player_get_rate 135 86 0000BE80 libvlc_media_player_get_state 136 87 0000B1F0 libvlc_media_player_get_time 137 88 0000AED0 libvlc_media_player_get_title 138 89 0000AE70 libvlc_media_player_get_title_count 139 8A 0000A4E0 libvlc_media_player_get_xwindow 140 8B 00006400 libvlc_media_player_has_vout 141 8C 0000C040 libvlc_media_player_is_playing 142 8D 0000AC80 libvlc_media_player_is_seekable 143 8E 0000B2F0 libvlc_media_player_new 144 8F 0000B590 libvlc_media_player_new_from_input_thread 145 90 0000B6C0 libvlc_media_player_new_from_media 146 91 0000ADD0 libvlc_media_player_next_chapter 147 92 0000C070 libvlc_media_player_pause 148 93 0000B710 libvlc_media_player_play 149 94 0000BBE0 libvlc_media_player_previous_chapter 150 95 0000A880 libvlc_media_player_release 151 96 0000A650 libvlc_media_player_retain 152 97 0000A4B0 libvlc_media_player_set_agl 153 98 0000BB50 libvlc_media_player_set_chapter 154 99 0000A510 libvlc_media_player_set_drawable 155 9A 0000A4F0 libvlc_media_player_set_hwnd 156 9B 0000A7B0 libvlc_media_player_set_media 157 9C 0000A490 libvlc_media_player_set_nsobject 158 9D 0000B0D0 libvlc_media_player_set_position 159 9E 0000B9B0 libvlc_media_player_set_rate 160 9F 0000B160 libvlc_media_player_set_time 161 A0 0000BAB0 libvlc_media_player_set_title 162 A1 0000A4D0 libvlc_media_player_set_xwindow 163 A2 0000BF70 libvlc_media_player_stop 164 A3 0000AD00 libvlc_media_player_will_play 165 A4 00009F70 libvlc_media_release 166 A5 00009C50 libvlc_media_retain 167 A6 00009D60 libvlc_media_set_state 168 A7 00009C80 libvlc_media_set_user_data 169 A8 00009D30 libvlc_media_subitems 170 A9 00001590 libvlc_new 171 AA 00002310 libvlc_playlist_add 172 AB 000022C0 libvlc_playlist_add_extended 173 AC 00002270 libvlc_playlist_add_extended_untrusted 174 AD 00002490 libvlc_playlist_clear 175 AE 00002120 libvlc_playlist_delete_item 176 AF 00001ED0 libvlc_playlist_get_current_index 177 B0 00001E10 libvlc_playlist_get_media_player 178 B1 00001F20 libvlc_playlist_isplaying 179 B2 00001F00 libvlc_playlist_items_count 180 B3 00001EA0 libvlc_playlist_lock 181 B4 00001DC0 libvlc_playlist_loop 182 B5 000023F0 libvlc_playlist_next 183 B6 00002590 libvlc_playlist_pause 184 B7 00001F50 libvlc_playlist_play 185 B8 00002350 libvlc_playlist_prev 186 B9 000024F0 libvlc_playlist_stop 187 BA 00001E80 libvlc_playlist_unlock 188 BB 000013D0 libvlc_release 189 BC 00001390 libvlc_retain 190 BD 00005E70 libvlc_set_fullscreen 191 BE 000017A0 libvlc_set_log_verbosity 192 BF 00005DC0 libvlc_toggle_fullscreen 193 C0 00005F10 libvlc_toggle_teletext 194 C1 0000A530 libvlc_track_description_release 195 C2 00004C50 libvlc_video_destroy 196 C3 000055D0 libvlc_video_get_aspect_ratio 197 C4 00005740 libvlc_video_get_chapter_description 198 C5 00006370 libvlc_video_get_crop_geometry 199 C6 00004CC0 libvlc_video_get_height 200 C7 00005470 libvlc_video_get_parent 201 C8 000062B0 libvlc_video_get_scale 202 C9 000052D0 libvlc_video_get_spu 203 CA 00004D90 libvlc_video_get_spu_count 204 CB 00005500 libvlc_video_get_spu_description 205 CC 00005530 libvlc_video_get_teletext 206 CD 000054D0 libvlc_video_get_title_description 207 CE 00005130 libvlc_video_get_track 208 CF 00004CF0 libvlc_video_get_track_count 209 D0 000054A0 libvlc_video_get_track_description 210 D1 00004C90 libvlc_video_get_width 211 D2 00004AF0 libvlc_video_redraw_rectangle 212 D3 00004B10 libvlc_video_reparent 213 D4 000056A0 libvlc_video_resize 214 D5 00005A70 libvlc_video_set_aspect_ratio 215 D6 000059C0 libvlc_video_set_crop_geometry 216 D7 00005850 libvlc_video_set_parent 217 D8 00005CD0 libvlc_video_set_scale 218 D9 00005780 libvlc_video_set_size 219 DA 00005030 libvlc_video_set_spu 220 DB 00004B40 libvlc_video_set_subtitle_file 221 DC 000058E0 libvlc_video_set_teletext 222 DD 00004E30 libvlc_video_set_track 223 DE 00004B00 libvlc_video_set_viewport 224 DF 00005B20 libvlc_video_take_snapshot 225 E0 000032F0 libvlc_vlm_add_broadcast 226 E1 000045C0 libvlc_vlm_add_input 227 E2 00002F20 libvlc_vlm_add_vod 228 E3 00003BD0 libvlc_vlm_change_media 229 E4 00002990 libvlc_vlm_del_media 230 E5 00002DE0 libvlc_vlm_get_media_instance_chapter 231 E6 00002EC0 libvlc_vlm_get_media_instance_length 232 E7 00002D80 libvlc_vlm_get_media_instance_position 233 E8 00002E60 libvlc_vlm_get_media_instance_rate 234 E9 00002CE0 libvlc_vlm_get_media_instance_seekable 235 EA 00002D20 libvlc_vlm_get_media_instance_time 236 EB 00002E20 libvlc_vlm_get_media_instance_title 237 EC 00002780 libvlc_vlm_pause_media 238 ED 000028E0 libvlc_vlm_play_media 239 EE 00002A40 libvlc_vlm_release 240 EF 000026B0 libvlc_vlm_seek_media 241 F0 00003960 libvlc_vlm_set_enabled 242 F1 00004080 libvlc_vlm_set_input 243 F2 00004880 libvlc_vlm_set_loop 244 F3 00004320 libvlc_vlm_set_mux 245 F4 000036D0 libvlc_vlm_set_output 246 F5 00002630 libvlc_vlm_show_media 247 F6 00002830 libvlc_vlm_stop_media 248 F7 00001380 libvlc_wait 249 F8 0000F950 mediacontrol_RGBPicture__free 250 F9 0000F920 mediacontrol_StreamInformation__free 251 FA 00010270 mediacontrol_display_text 252 FB 0000F8E0 mediacontrol_exception_cleanup 253 FC 0000F8B0 mediacontrol_exception_create 254 FD 0000F900 mediacontrol_exception_free 255 FE 0000F830 mediacontrol_exception_init 256 FF 0000F740 mediacontrol_exit 257 100 0000FC90 mediacontrol_get_fullscreen 258 101 0000ED80 mediacontrol_get_libvlc_instance 259 102 0000ED90 mediacontrol_get_media_player 260 103 0000F5A0 mediacontrol_get_media_position 261 104 0000F030 mediacontrol_get_mrl 262 105 0000FDB0 mediacontrol_get_rate 263 106 0000EDA0 mediacontrol_get_stream_information 264 107 0000F750 mediacontrol_new 265 108 0000F680 mediacontrol_new_from_instance 266 109 0000F290 mediacontrol_pause 267 10A 0000F220 mediacontrol_resume 268 10B 0000FC20 mediacontrol_set_fullscreen 269 10C 0000F4D0 mediacontrol_set_media_position 270 10D 0000F0F0 mediacontrol_set_mrl 271 10E 0000FD20 mediacontrol_set_rate 272 10F 0000FE70 mediacontrol_set_visual 273 110 00010010 mediacontrol_snapshot 274 111 0000FF80 mediacontrol_sound_get_volume 275 112 0000FEF0 mediacontrol_sound_set_volume 276 113 0000F300 mediacontrol_start 277 114 0000F1B0 mediacontrol_stop LINK : fatal error LNK1000: Internal error during DumpExports Version 9.00.21022.08 ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 00426C80 (00400000) "c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\link.exe" NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 00000004 CONTEXT: Eax = 02000000 Esp = 0013E530 Ebx = 012B3AE0 Ebp = 0013E558 Ecx = 00000004 Esi = 00000004 Edx = 0040406C Edi = 0000014C Eip = 00426C80 EFlags = 00010246 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 0000003B SegGs = 00000000 Dr0 = 00000000 Dr3 = 00000000 Dr1 = 00000000 Dr6 = 00000000 Dr2 = 00000000 Dr7 = 00000000

What's more, when I tried to generate the libvle.lib, I obtained the following warning messages.

Code: Select all

Microsoft (R) Library Manager Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. C:\Program Files\VideoLAN\VLC\libvlc.def(1) : warning LNK4017: Microsoft statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(2) : warning LNK4017: Copyright statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(5) : warning LNK4017: Dump statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(7) : warning LNK4017: File statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(9) : warning LNK4017: Section statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(11) : warning LNK4017: 00000000 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(12) : warning LNK4017: 4AB8E141 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(13) : warning LNK4017: 0.00 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(14) : warning LNK4017: 1 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(15) : warning LNK4017: 277 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(16) : warning LNK4017: 277 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(18) : warning LNK4017: ordinal statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(20) : warning LNK4017: 1 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(21) : warning LNK4017: 2 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(22) : warning LNK4017: 3 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(23) : warning LNK4017: 4 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(24) : warning LNK4017: 5 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(25) : warning LNK4017: 6 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(26) : warning LNK4017: 7 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(27) : warning LNK4017: 8 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(28) : warning LNK4017: 9 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(29) : warning LNK4017: 10 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(30) : warning LNK4017: 11 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(31) : warning LNK4017: 12 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(32) : warning LNK4017: 13 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(33) : warning LNK4017: 14 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(34) : warning LNK4017: 15 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(35) : warning LNK4017: 16 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(36) : warning LNK4017: 17 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(37) : warning LNK4017: 18 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(38) : warning LNK4017: 19 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(39) : warning LNK4017: 20 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(40) : warning LNK4017: 21 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(41) : warning LNK4017: 22 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(42) : warning LNK4017: 23 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(43) : warning LNK4017: 24 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(44) : warning LNK4017: 25 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(45) : warning LNK4017: 26 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(46) : warning LNK4017: 27 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(47) : warning LNK4017: 28 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(48) : warning LNK4017: 29 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(49) : warning LNK4017: 30 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(50) : warning LNK4017: 31 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(51) : warning LNK4017: 32 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(52) : warning LNK4017: 33 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(53) : warning LNK4017: 34 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(54) : warning LNK4017: 35 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(55) : warning LNK4017: 36 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(56) : warning LNK4017: 37 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(57) : warning LNK4017: 38 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(58) : warning LNK4017: 39 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(59) : warning LNK4017: 40 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(60) : warning LNK4017: 41 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(61) : warning LNK4017: 42 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(62) : warning LNK4017: 43 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(63) : warning LNK4017: 44 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(64) : warning LNK4017: 45 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(65) : warning LNK4017: 46 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(66) : warning LNK4017: 47 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(67) : warning LNK4017: 48 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(68) : warning LNK4017: 49 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(69) : warning LNK4017: 50 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(70) : warning LNK4017: 51 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(71) : warning LNK4017: 52 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(72) : warning LNK4017: 53 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(73) : warning LNK4017: 54 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(74) : warning LNK4017: 55 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(75) : warning LNK4017: 56 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(76) : warning LNK4017: 57 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(77) : warning LNK4017: 58 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(78) : warning LNK4017: 59 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(79) : warning LNK4017: 60 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(80) : warning LNK4017: 61 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(81) : warning LNK4017: 62 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(82) : warning LNK4017: 63 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(83) : warning LNK4017: 64 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(84) : warning LNK4017: 65 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(85) : warning LNK4017: 66 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(86) : warning LNK4017: 67 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(87) : warning LNK4017: 68 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(88) : warning LNK4017: 69 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(89) : warning LNK4017: 70 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(90) : warning LNK4017: 71 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(91) : warning LNK4017: 72 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(92) : warning LNK4017: 73 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(93) : warning LNK4017: 74 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(94) : warning LNK4017: 75 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(95) : warning LNK4017: 76 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(96) : warning LNK4017: 77 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(97) : warning LNK4017: 78 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(98) : warning LNK4017: 79 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(99) : warning LNK4017: 80 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(100) : warning LNK4017: 81 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(101) : warning LNK4017: 82 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(102) : warning LNK4017: 83 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(103) : warning LNK4017: 84 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(104) : warning LNK4017: 85 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(105) : warning LNK4017: 86 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(106) : warning LNK4017: 87 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(107) : warning LNK4017: 88 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(108) : warning LNK4017: 89 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(109) : warning LNK4017: 90 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(110) : warning LNK4017: 91 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(111) : warning LNK4017: 92 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(112) : warning LNK4017: 93 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(113) : warning LNK4017: 94 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(114) : warning LNK4017: 95 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(115) : warning LNK4017: 96 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(116) : warning LNK4017: 97 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(117) : warning LNK4017: 98 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(118) : warning LNK4017: 99 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(119) : warning LNK4017: 100 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(120) : warning LNK4017: 101 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(121) : warning LNK4017: 102 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(122) : warning LNK4017: 103 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(123) : warning LNK4017: 104 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(124) : warning LNK4017: 105 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(125) : warning LNK4017: 106 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(126) : warning LNK4017: 107 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(127) : warning LNK4017: 108 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(128) : warning LNK4017: 109 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(129) : warning LNK4017: 110 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(130) : warning LNK4017: 111 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(131) : warning LNK4017: 112 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(132) : warning LNK4017: 113 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(133) : warning LNK4017: 114 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(134) : warning LNK4017: 115 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(135) : warning LNK4017: 116 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(136) : warning LNK4017: 117 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(137) : warning LNK4017: 118 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(138) : warning LNK4017: 119 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(139) : warning LNK4017: 120 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(140) : warning LNK4017: 121 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(141) : warning LNK4017: 122 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(142) : warning LNK4017: 123 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(143) : warning LNK4017: 124 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(144) : warning LNK4017: 125 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(145) : warning LNK4017: 126 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(146) : warning LNK4017: 127 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(147) : warning LNK4017: 128 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(148) : warning LNK4017: 129 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(149) : warning LNK4017: 130 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(150) : warning LNK4017: 131 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(151) : warning LNK4017: 132 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(152) : warning LNK4017: 133 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(153) : warning LNK4017: 134 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(154) : warning LNK4017: 135 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(155) : warning LNK4017: 136 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(156) : warning LNK4017: 137 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(157) : warning LNK4017: 138 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(158) : warning LNK4017: 139 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(159) : warning LNK4017: 140 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(160) : warning LNK4017: 141 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(161) : warning LNK4017: 142 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(162) : warning LNK4017: 143 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(163) : warning LNK4017: 144 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(164) : warning LNK4017: 145 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(165) : warning LNK4017: 146 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(166) : warning LNK4017: 147 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(167) : warning LNK4017: 148 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(168) : warning LNK4017: 149 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(169) : warning LNK4017: 150 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(170) : warning LNK4017: 151 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(171) : warning LNK4017: 152 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(172) : warning LNK4017: 153 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(173) : warning LNK4017: 154 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(174) : warning LNK4017: 155 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(175) : warning LNK4017: 156 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(176) : warning LNK4017: 157 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(177) : warning LNK4017: 158 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(178) : warning LNK4017: 159 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(179) : warning LNK4017: 160 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(180) : warning LNK4017: 161 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(181) : warning LNK4017: 162 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(182) : warning LNK4017: 163 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(183) : warning LNK4017: 164 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(184) : warning LNK4017: 165 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(185) : warning LNK4017: 166 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(186) : warning LNK4017: 167 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(187) : warning LNK4017: 168 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(188) : warning LNK4017: 169 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(189) : warning LNK4017: 170 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(190) : warning LNK4017: 171 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(191) : warning LNK4017: 172 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(192) : warning LNK4017: 173 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(193) : warning LNK4017: 174 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(194) : warning LNK4017: 175 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(195) : warning LNK4017: 176 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(196) : warning LNK4017: 177 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(197) : warning LNK4017: 178 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(198) : warning LNK4017: 179 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(199) : warning LNK4017: 180 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(200) : warning LNK4017: 181 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(201) : warning LNK4017: 182 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(202) : warning LNK4017: 183 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(203) : warning LNK4017: 184 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(204) : warning LNK4017: 185 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(205) : warning LNK4017: 186 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(206) : warning LNK4017: 187 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(207) : warning LNK4017: 188 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(208) : warning LNK4017: 189 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(209) : warning LNK4017: 190 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(210) : warning LNK4017: 191 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(211) : warning LNK4017: 192 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(212) : warning LNK4017: 193 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(213) : warning LNK4017: 194 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(214) : warning LNK4017: 195 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(215) : warning LNK4017: 196 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(216) : warning LNK4017: 197 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(217) : warning LNK4017: 198 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(218) : warning LNK4017: 199 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(219) : warning LNK4017: 200 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(220) : warning LNK4017: 201 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(221) : warning LNK4017: 202 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(222) : warning LNK4017: 203 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(223) : warning LNK4017: 204 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(224) : warning LNK4017: 205 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(225) : warning LNK4017: 206 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(226) : warning LNK4017: 207 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(227) : warning LNK4017: 208 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(228) : warning LNK4017: 209 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(229) : warning LNK4017: 210 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(230) : warning LNK4017: 211 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(231) : warning LNK4017: 212 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(232) : warning LNK4017: 213 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(233) : warning LNK4017: 214 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(234) : warning LNK4017: 215 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(235) : warning LNK4017: 216 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(236) : warning LNK4017: 217 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(237) : warning LNK4017: 218 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(238) : warning LNK4017: 219 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(239) : warning LNK4017: 220 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(240) : warning LNK4017: 221 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(241) : warning LNK4017: 222 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(242) : warning LNK4017: 223 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(243) : warning LNK4017: 224 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(244) : warning LNK4017: 225 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(245) : warning LNK4017: 226 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(246) : warning LNK4017: 227 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(247) : warning LNK4017: 228 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(248) : warning LNK4017: 229 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(249) : warning LNK4017: 230 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(250) : warning LNK4017: 231 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(251) : warning LNK4017: 232 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(252) : warning LNK4017: 233 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(253) : warning LNK4017: 234 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(254) : warning LNK4017: 235 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(255) : warning LNK4017: 236 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(256) : warning LNK4017: 237 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(257) : warning LNK4017: 238 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(258) : warning LNK4017: 239 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(259) : warning LNK4017: 240 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(260) : warning LNK4017: 241 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(261) : warning LNK4017: 242 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(262) : warning LNK4017: 243 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(263) : warning LNK4017: 244 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(264) : warning LNK4017: 245 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(265) : warning LNK4017: 246 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(266) : warning LNK4017: 247 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(267) : warning LNK4017: 248 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(268) : warning LNK4017: 249 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(269) : warning LNK4017: 250 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(270) : warning LNK4017: 251 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(271) : warning LNK4017: 252 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(272) : warning LNK4017: 253 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(273) : warning LNK4017: 254 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(274) : warning LNK4017: 255 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(275) : warning LNK4017: 256 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(276) : warning LNK4017: 257 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(277) : warning LNK4017: 258 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(278) : warning LNK4017: 259 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(279) : warning LNK4017: 260 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(280) : warning LNK4017: 261 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(281) : warning LNK4017: 262 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(282) : warning LNK4017: 263 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(283) : warning LNK4017: 264 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(284) : warning LNK4017: 265 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(285) : warning LNK4017: 266 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(286) : warning LNK4017: 267 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(287) : warning LNK4017: 268 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(288) : warning LNK4017: 269 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(289) : warning LNK4017: 270 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(290) : warning LNK4017: 271 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(291) : warning LNK4017: 272 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(292) : warning LNK4017: 273 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(293) : warning LNK4017: 274 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(294) : warning LNK4017: 275 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(295) : warning LNK4017: 276 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(296) : warning LNK4017: 277 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(298) : warning LNK4017: LINK statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(300) : warning LNK4017: Version statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(302) : warning LNK4017: ExceptionCode statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(303) : warning LNK4017: ExceptionFlags statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(304) : warning LNK4017: ExceptionAddress statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(305) : warning LNK4017: NumberParameters statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(306) : warning LNK4017: ExceptionInformation[ statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(307) : warning LNK4017: ExceptionInformation[ statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(309) : warning LNK4017: CONTEXT: statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(310) : warning LNK4017: Eax statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(311) : warning LNK4017: Ebx statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(312) : warning LNK4017: Ecx statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(313) : warning LNK4017: Edx statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(314) : warning LNK4017: Eip statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(315) : warning LNK4017: SegCs statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(316) : warning LNK4017: SegSs statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(317) : warning LNK4017: SegFs statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(318) : warning LNK4017: Dr0 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(319) : warning LNK4017: Dr1 statement not supported for the target platform; ignored C:\Program Files\VideoLAN\VLC\libvlc.def(320) : warning LNK4017: Dr2 statement not supported for the target platform; ignored Creating library C:\Program Files\VideoLAN\VLC\libvlc.lib and object C:\Program Files\VideoLAN\VLC\libvlc.exp

So, is this produced .lib seriously correct?

Best Regards
JIA Pei

Re: no libvlc.lib generated!

Posted: 01 Oct 2009 13:00
by VLC_help
You modified the .def file as the Wiki advised?

Re: no libvlc.lib generated!

Posted: 01 Oct 2009 19:34
by jiapei100
You modified the .def file as the Wiki advised?
Hi, thanks for your reply. But the following section is not quite clear.

Code: Select all

Edit the libvlc.def file and modify it to get something like this: EXPORTS libvlc_add_intf libvlc_audio_get_channel libvlc_audio_get_mute libvlc_audio_get_track libvlc_audio_get_track_count libvlc_audio_get_track_description libvlc_audio_get_volume ...
Do you mean that I clear all libvlc.def to obtain the above exports? Can you please just upload the whole libvlc.def to make thing clearer?
I mean, can you help to clarify how to exactly modify libvlc.def ?
1) Either: from which line to which line, you should modify something like this or like that.....
2) Or: the whole contents in libvlc.def ? Since libvlc.def is a small file containing just around 300 lines.

Can you help please?

Best Regards
JIA Pei

Re: no libvlc.lib generated!

Posted: 01 Oct 2009 19:39
by jiapei100
Alright, I might have got what you mean. Now, my libvlc.def looks like this following:

Code: Select all

EXPORTS libvlc_add_intf libvlc_audio_get_channel libvlc_audio_get_mute libvlc_audio_get_track libvlc_audio_get_track_count libvlc_audio_get_track_description libvlc_audio_get_volume libvlc_audio_output_device_count libvlc_audio_output_device_id libvlc_audio_output_device_longname libvlc_audio_output_device_set libvlc_audio_output_get_device_type libvlc_audio_output_list_get libvlc_audio_output_list_release libvlc_audio_output_set libvlc_audio_output_set_device_type libvlc_audio_set_channel libvlc_audio_set_mute libvlc_audio_set_track libvlc_audio_set_volume libvlc_audio_toggle_mute libvlc_event_attach libvlc_event_detach libvlc_event_manager_new libvlc_event_manager_register_event_type libvlc_event_manager_release libvlc_event_send libvlc_event_type_name libvlc_exception_clear libvlc_exception_get_message libvlc_exception_init libvlc_exception_raise libvlc_exception_raised libvlc_free libvlc_get_changeset libvlc_get_compiler libvlc_get_fullscreen libvlc_get_input_thread libvlc_get_log_verbosity libvlc_get_version libvlc_get_vlc_id libvlc_get_vlc_instance libvlc_log_clear libvlc_log_close libvlc_log_count libvlc_log_get_iterator libvlc_log_iterator_free libvlc_log_iterator_has_next libvlc_log_iterator_next libvlc_log_open libvlc_media_add_option libvlc_media_add_option_untrusted libvlc_media_discoverer_event_manager libvlc_media_discoverer_is_running libvlc_media_discoverer_localized_name libvlc_media_discoverer_media_list libvlc_media_discoverer_new_from_name libvlc_media_discoverer_release libvlc_media_duplicate libvlc_media_event_manager libvlc_media_get_duration libvlc_media_get_meta libvlc_media_get_mrl libvlc_media_get_state libvlc_media_get_user_data libvlc_media_is_preparsed libvlc_media_library_load libvlc_media_library_media_list libvlc_media_library_new libvlc_media_library_release libvlc_media_library_retain libvlc_media_library_save libvlc_media_list_add_file_content libvlc_media_list_add_media libvlc_media_list_count libvlc_media_list_event_manager libvlc_media_list_flat_view libvlc_media_list_hierarchical_node_view libvlc_media_list_hierarchical_view libvlc_media_list_index_of_item libvlc_media_list_insert_media libvlc_media_list_is_readonly libvlc_media_list_item_at_index libvlc_media_list_lock libvlc_media_list_media libvlc_media_list_new libvlc_media_list_player_get_state libvlc_media_list_player_is_playing libvlc_media_list_player_new libvlc_media_list_player_next libvlc_media_list_player_pause libvlc_media_list_player_play libvlc_media_list_player_play_item libvlc_media_list_player_play_item_at_index libvlc_media_list_player_release libvlc_media_list_player_set_media_list libvlc_media_list_player_set_media_player libvlc_media_list_player_stop libvlc_media_list_release libvlc_media_list_remove_index libvlc_media_list_retain libvlc_media_list_set_media libvlc_media_list_unlock libvlc_media_list_view_children_at_index libvlc_media_list_view_children_for_item libvlc_media_list_view_count libvlc_media_list_view_event_manager libvlc_media_list_view_item_added libvlc_media_list_view_item_at_index libvlc_media_list_view_item_deleted libvlc_media_list_view_new libvlc_media_list_view_parent_media_list libvlc_media_list_view_release libvlc_media_list_view_retain libvlc_media_list_view_set_ml_notification_callback libvlc_media_list_view_will_add_item libvlc_media_list_view_will_delete_item libvlc_media_new libvlc_media_new_as_node libvlc_media_new_from_input_item libvlc_media_player_can_pause libvlc_media_player_event_manager libvlc_media_player_get_agl libvlc_media_player_get_chapter libvlc_media_player_get_chapter_count libvlc_media_player_get_chapter_count_for_title libvlc_media_player_get_drawable libvlc_media_player_get_fps libvlc_media_player_get_hwnd libvlc_media_player_get_length libvlc_media_player_get_media libvlc_media_player_get_nsobject libvlc_media_player_get_position libvlc_media_player_get_rate libvlc_media_player_get_state libvlc_media_player_get_time libvlc_media_player_get_title libvlc_media_player_get_title_count libvlc_media_player_get_xwindow libvlc_media_player_has_vout libvlc_media_player_is_playing libvlc_media_player_is_seekable libvlc_media_player_new libvlc_media_player_new_from_input_thread libvlc_media_player_new_from_media libvlc_media_player_next_chapter libvlc_media_player_pause libvlc_media_player_play libvlc_media_player_previous_chapter libvlc_media_player_release libvlc_media_player_retain libvlc_media_player_set_agl libvlc_media_player_set_chapter libvlc_media_player_set_drawable libvlc_media_player_set_hwnd libvlc_media_player_set_media libvlc_media_player_set_nsobject libvlc_media_player_set_position libvlc_media_player_set_rate libvlc_media_player_set_time libvlc_media_player_set_title libvlc_media_player_set_xwindow libvlc_media_player_stop libvlc_media_player_will_play libvlc_media_release libvlc_media_retain libvlc_media_set_state libvlc_media_set_user_data libvlc_media_subitems libvlc_new libvlc_playlist_add libvlc_playlist_add_extended libvlc_playlist_add_extended_untrusted libvlc_playlist_clear libvlc_playlist_delete_item libvlc_playlist_get_current_index libvlc_playlist_get_media_player libvlc_playlist_isplaying libvlc_playlist_items_count libvlc_playlist_lock libvlc_playlist_loop libvlc_playlist_next libvlc_playlist_pause libvlc_playlist_play libvlc_playlist_prev libvlc_playlist_stop libvlc_playlist_unlock libvlc_release libvlc_retain libvlc_set_fullscreen libvlc_set_log_verbosity libvlc_toggle_fullscreen libvlc_toggle_teletext libvlc_track_description_release libvlc_video_destroy libvlc_video_get_aspect_ratio libvlc_video_get_chapter_description libvlc_video_get_crop_geometry libvlc_video_get_height libvlc_video_get_parent libvlc_video_get_scale libvlc_video_get_spu libvlc_video_get_spu_count libvlc_video_get_spu_description libvlc_video_get_teletext libvlc_video_get_title_description libvlc_video_get_track libvlc_video_get_track_count libvlc_video_get_track_description libvlc_video_get_width libvlc_video_redraw_rectangle libvlc_video_reparent libvlc_video_resize libvlc_video_set_aspect_ratio libvlc_video_set_crop_geometry libvlc_video_set_parent libvlc_video_set_scale libvlc_video_set_size libvlc_video_set_spu libvlc_video_set_subtitle_file libvlc_video_set_teletext libvlc_video_set_track libvlc_video_set_viewport libvlc_video_take_snapshot libvlc_vlm_add_broadcast libvlc_vlm_add_input libvlc_vlm_add_vod libvlc_vlm_change_media libvlc_vlm_del_media libvlc_vlm_get_media_instance_chapter libvlc_vlm_get_media_instance_length libvlc_vlm_get_media_instance_position libvlc_vlm_get_media_instance_rate libvlc_vlm_get_media_instance_seekable libvlc_vlm_get_media_instance_time libvlc_vlm_get_media_instance_title libvlc_vlm_pause_media libvlc_vlm_play_media libvlc_vlm_release libvlc_vlm_seek_media libvlc_vlm_set_enabled libvlc_vlm_set_input libvlc_vlm_set_loop libvlc_vlm_set_mux libvlc_vlm_set_output libvlc_vlm_show_media libvlc_vlm_stop_media libvlc_wait mediacontrol_RGBPicture__free mediacontrol_StreamInformation__free mediacontrol_display_text mediacontrol_exception_cleanup mediacontrol_exception_create mediacontrol_exception_free mediacontrol_exception_init mediacontrol_exit mediacontrol_get_fullscreen mediacontrol_get_libvlc_instance mediacontrol_get_media_player mediacontrol_get_media_position mediacontrol_get_mrl mediacontrol_get_rate mediacontrol_get_stream_information mediacontrol_new mediacontrol_new_from_instance mediacontrol_pause mediacontrol_resume mediacontrol_set_fullscreen mediacontrol_set_media_position mediacontrol_set_mrl mediacontrol_set_rate mediacontrol_set_visual mediacontrol_snapshot mediacontrol_sound_get_volume mediacontrol_sound_set_volume mediacontrol_start mediacontrol_stop
I hope this is correct.

Best Regards
JIA Pei

Re: no libvlc.lib generated!

Posted: 02 Oct 2009 16:03
by jiapei100
You modified the .def file as the Wiki advised?
Hi, I tested "vlc_on_qt" at http://wiki.videolan.org/LibVLC_SampleCode_Qt using WindowsXP+Visual Studio 2008,
it's now successfully compiled but how to input the file name?

I tested the Windows Visual Studio style using "//", but it jut doesn't actually play the video.

Code: Select all

p.playFile("C://test//test.wmv");

What's wrong?

Rgds
JIA

Re: no libvlc.lib generated!

Posted: 03 Oct 2009 14:51
by VLC_help
If you check out the VLC log, it should display what is wrong.