[Libav-user] Dll Versioning

2012-10-30 Thread Mark Kenna
Hi Guys I am trying to find a way of allowing my application to be able to load multiple versions of the FFMpeg DLL's at the same time. I understand that I need to segregate the releases so that they do not conflict. Currently my idea is to rename the .dll files for one particular release to

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Hendrik Leppkes
On Tue, Oct 30, 2012 at 11:48 AM, Mark Kenna mark.ke...@sureviewsystems.com wrote: Hi Guys I am trying to find a way of allowing my application to be able to load multiple versions of the FFMpeg DLL's at the same time. I understand that I need to segregate the releases so that they do not

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Nicolas George
Le nonidi 9 brumaire, an CCXXI, Mark Kenna a écrit : I am trying to find a way of allowing my application to be able to load multiple versions of the FFMpeg DLL's at the same time. Why would you want to do that? The simplest solution to your problem is probably to find out how not to need it.

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Mark Kenna
On 30 October 2012 10:50, Hendrik Leppkes h.lepp...@gmail.com wrote: On Tue, Oct 30, 2012 at 11:48 AM, Mark Kenna mark.ke...@sureviewsystems.com wrote: Hi Guys I am trying to find a way of allowing my application to be able to load multiple versions of the FFMpeg DLL's at the same time.

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Mark Kenna
On 30 October 2012 10:51, Nicolas George nicolas.geo...@normalesup.orgwrote: Le nonidi 9 brumaire, an CCXXI, Mark Kenna a écrit : I am trying to find a way of allowing my application to be able to load multiple versions of the FFMpeg DLL's at the same time. Why would you want to do that?

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Mark Kenna
On 30 October 2012 10:55, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 10:51, Nicolas George nicolas.geo...@normalesup.orgwrote: Le nonidi 9 brumaire, an CCXXI, Mark Kenna a écrit : I am trying to find a way of allowing my application to be able to load multiple

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Alex Cohn
On 30 Oct 2012 15:01, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 10:55, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 10:51, Nicolas George nicolas.geo...@normalesup.org wrote: Le nonidi 9 brumaire, an CCXXI, Mark Kenna a écrit : I am trying

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Mark Kenna
On 30 October 2012 13:21, Alex Cohn alexc...@netvision.net.il wrote: On 30 Oct 2012 15:01, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 10:55, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 10:51, Nicolas George nicolas.geo...@normalesup.org

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Alex Cohn
On Tue, Oct 30, 2012 at 3:27 PM, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 13:21, Alex Cohn alexc...@netvision.net.il wrote: On 30 Oct 2012 15:01, Mark Kenna mark.ke...@sureviewsystems.com wrote: On 30 October 2012 10:55, Mark Kenna mark.ke...@sureviewsystems.com

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Don Moir
Have you read a similar recent discussion on stackoverflow( http://stackoverflow.com/questions/11701635/use-ffmpeg-in-visual-studio)? Today zeranoe archives include version number in the dll names. Are you using a different source of precompiled Windows binaries? Anyway, it's good practise to

Re: [Libav-user] Dll Versioning

2012-10-30 Thread Mark Kenna
On 30 Oct 2012, at 21:25, Alex Cohn alexc...@netvision.net.il wrote: On Tue, Oct 30, 2012 at 11:04 PM, Don Moir donm...@comcast.net wrote: Have you read a similar recent discussion on stackoverflow( http://stackoverflow.com/questions/11701635/use-ffmpeg-in-visual-studio)? Today zeranoe