<p dir="ltr">On 30 Oct 2012 15:01, "Mark Kenna" <<a href="mailto:mark.kenna@sureviewsystems.com">mark.kenna@sureviewsystems.com</a>> wrote:<br>
><br>
> On 30 October 2012 10:55, Mark Kenna <<a href="mailto:mark.kenna@sureviewsystems.com">mark.kenna@sureviewsystems.com</a>> wrote:<br>
>><br>
>> On 30 October 2012 10:51, Nicolas George <<a href="mailto:nicolas.george@normalesup.org">nicolas.george@normalesup.org</a>> wrote:<br>
>>><br>
>>> Le nonidi 9 brumaire, an CCXXI, Mark Kenna a écrit :<br>
>>> > I am trying to find a way of allowing my application to be able to load<br>
>>> > multiple versions of the FFMpeg DLL's at the same time.<br>
>>><br>
>>> Why would you want to do that?<br>
>>><br>
>>> The simplest solution to your problem is probably to find out how not to<br>
>>> need it.<br>
>>><br>
>>> Regards,<br>
>>><br>
>>> --<br>
>>>   Nicolas George<br>
>><br>
>> I need to do that because we constantly find ourselves having FFMpeg-based modules which overwrite our .dll files with older versions causing serious crashing. I just need to be able to stop "drop-ins" from interfering with the version that we are running.<br>

>><br>
>> Thanks,<br>
>> Mark.<br>
>><br>
><br>
> I have also explored the option of statically linking the libraries but this is not possible in MSVC++ right? Surely there has to be a way to do this!<br>
><br>
> Mark.</p>
<p dir="ltr">Have you read a similar recent discussion on stackoverflow( <a href="http://stackoverflow.com/questions/11701635/use-ffmpeg-in-visual-studio">http://stackoverflow.com/questions/11701635/use-ffmpeg-in-visual-studio</a>)?</p>

<p dir="ltr">Today zeranoe archives include version number in the dll names. Are you using a different source of precompiled Windows binaries?</p>
<p dir="ltr">Anyway, it's good practise to install the DLLs in your app directory, next to the executable that will load them, and not in a shared directory where other applications could override them or be hit because your installation overwrought the files they relied upon.</p>

<p dir="ltr">BR,<br>
Alex<br>
</p>