this is seems a linker reference problem. to solve this goto your-application->properties->Linker->Optimization->References and select OPT/NOREF. follow the following link to use ffmpeg in visual studio 2008. http://www.ffmpeg.org/platform.html
On Thu, Mar 14, 2013, kirti <[email protected]> said: > This is a multi-part message in MIME format. > --------------030501010900060400080604 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > > Hi all, > > I am trying to use FFmpeg shared build from zeranoe in visual studio > 2008. I have tested my application(pjsip stack ) using ffmpeg in debug mode > and it > is running fine. but when i am trying to build the application through > release version then it compiles fine but while running it is showing > error as "The procedure entry point CoCreateInstance could not be located > in the dynamic link library avcodec-54.dll" Can any one please help me to > solve this issue. > > thanks and regards > Kirti > > > --------------030501010900060400080604 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > <html> > <head> > > <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> > </head> > <body bgcolor="#FFFFFF" text="#000000"> > <font face="Calibri">Hi all,<br> > </font><br> > <pre>I am trying to use FFmpeg shared build from zeranoe in visual studio > 2008. I have tested my application(pjsip stack ) using ffmpeg in debug mode > and it > is running fine. but when i am trying to build the application through > release version then it compiles fine but while running it is showing > error as "The procedure entry point CoCreateInstance could not be located > in the dynamic link library avcodec-54.dll" Can any one please help me to > solve this issue. > > thanks and regards > Kirti > </pre> > </body> > </html> > > --------------030501010900060400080604-- > -- Thanks and Regards Imran Khan Project Engineer CDAC Hyderabad ------------------------------------------------------------------------------------------------------------------------------- This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken. ------------------------------------------------------------------------------------------------------------------------------- _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
