Does libvlc pass Windows App Certification Kit for Metro

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
thuanvh
New Cone
New Cone
Posts: 7
Joined: 16 Jul 2013 11:31

Does libvlc pass Windows App Certification Kit for Metro

Postby thuanvh » 06 Nov 2013 05:49

Hello,

I'm using build libvlc for winrt. When I run test Windows App Certification Kit. I meet the following errors.

Code: Select all

API GetTickCount in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API. API WSACleanup in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API WSAGetLastError in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API WSASetLastError in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API WSAStartup in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API __WSAFDIsSet in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API accept in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API bind in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API closesocket in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API connect in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API freeaddrinfo in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API getaddrinfo in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API getnameinfo in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API getpeername in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API getsockname in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API getsockopt in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API htonl in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API ioctlsocket in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API listen in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API ntohl in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API recv in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API select in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API send in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API setsockopt in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API socket in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API. API CreateEventW in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API CreateSemaphoreW in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API CreateTimerQueueTimer in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API DeleteTimerQueueTimer in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API GetACP in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API GetFileAttributesW in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API LoadLibraryW in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API QueueUserAPC in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API ResumeThread in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API SetErrorMode in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API SetThreadPriority in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API SleepEx in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API TlsAlloc in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API TlsFree in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API TlsSetValue in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libvlccore.dll calls this API. API SHGetFolderPathW in shell32.dll is not supported for this application type. libvlccore.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API. API CoCreateInstance in ole32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API CreateEventW in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API WaitForSingleObject in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API. API closesocket in ws2_32.dll is not supported for this application type. libdash_plugin.dll calls this API. API CreateSemaphoreA in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API TlsAlloc in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API TlsFree in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API TlsSetValue in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API WaitForSingleObject in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API. API closesocket in ws2_32.dll is not supported for this application type. libts_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libvlc.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API. API GetFileAttributesW in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API. API closesocket in ws2_32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API setsockopt in ws2_32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libhttp_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API WaitForSingleObject in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API IsDBCSLeadByteEx in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API. API GetTickCount in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API InitializeCriticalSection in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API RtlAddFunctionTable in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API RtlCaptureContext in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API RtlVirtualUnwind in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API SetUnhandledExceptionFilter in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API Sleep in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API TerminateProcess in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API TlsGetValue in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API UnhandledExceptionFilter in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API. API VirtualProtect in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API.
I think that libvlc passed Windows App Certification Kit for Windows 8.1. So, could you show me how to solve the not-support API calls.
Thank you so much.
Thuan.

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Does libvlc pass Windows App Certification Kit for Metro

Postby Rémi Denis-Courmont » 07 Nov 2013 21:09

LibVLC does not pass certification so far.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Does libvlc pass Windows App Certification Kit for Metro

Postby Jean-Baptiste Kempf » 11 Dec 2013 01:13

And now it passes :)
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 60 guests