特定の構成用にビルドするときに、プログラムが間違った DLL で特定の関数を探しているようです。これらの関数は異なる DLL で定義され、コードの完全に別のセクションで使用され、エラーは常に同じ DLL (libvlc.dll) を参照しています。別の構成でビルドするか、libvlc.dll を使用して何かを無効にすると、すべてが機能します。すべてがエラーや警告なしでビルドされますが、[デバッグ] -> [ステップ イン] を使用すると、最初の行に到達する前にプログラムがクラッシュします。
The procedure entry point ReportFault could not be located in the dynamic link library libvlc.dll
The procedure entry point curl_easy_setopt could not be located in the dynamic link library libvlc.dll
The procedure entry point ogg_stream_packetin could not be located in the dynamic link library libvlc.dll