[Ffmpeg-devel] Cross Compiling to Windows CE

Alexander Chemeris ipse.ffmpeg
Tue Jan 16 23:09:39 CET 2007


On 1/16/07, Cool_Zer0 <c00jz3r0 at gmail.com> wrote:
> Well...
> I don't know what's the problem now :(
>
> I have the .lib files (avutil-49.lib, avcodec-51.lib and avformat-51.lib)
> and I successfully have compiled and linked my project on MSVC++...
>
> I've deployed the file to my device and put the 3 dll's on the same folder (
> avutil-49.dll, avcodec-51.dll and avformat-51.dll)...
>
> The program keeps telling me that a file is missing and I can't understand
> what it is...
Use any "dependency" tool to see which dll's imported by your program.
Common problem here - you've linked against debug C/C++ runtime DLLs,
which does not supplied with Windows.

-- 
Regards,
Alexander Chemeris.




More information about the ffmpeg-devel mailing list