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.
Thank you so much.
Thuan.