When creating a specific configuration, my program seems to be looking for specific functions in the wrong DLL. These functions are defined in different DLLs and are used in completely different sections of the code, and the error always refers to the same DLL (libvlc.dll). If I create another configuration or disable something using libvlc.dll, everything will work. Everything builds without errors or warnings, but the program crashes before the first line is deleted when using Debug -> Step Into
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
source
share