<div dir="auto"><div>Thanks for reply Carl.</div><div dir="auto"><br><div dir="auto">If you look up link <a href="https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT" style="font-family:sans-serif" target="_blank" rel="noreferrer">https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT</a> under <b>window 10 x64 </b>it says launch <span style="font-family:verdana,arial,"bitstream vera sans",helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Launch </span><strong style="font-family:verdana,arial,"bitstream vera sans",helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">VS2015 x86 x64 Cross Tools Command Prompt</strong> </div><div dir="auto">Thn use --arch=x86_64 --target_os=32 and MD flag in config.</div><div dir="auto">I did the exact same. Everything sooms good.</div><div dir="auto">Used these in x64 cpp console app , build well <b>no error.</b></div><div dir="auto">But when I run app, vcruntime140_app.dll missing error shows.</div><div dir="auto">I checked, have latest version of vs2015 with vcruntime140.dll and console app running fine, if I use ffmpeg dll downloaded from shared build >ffmpeg download. But i want lgpl version that why manually compiling them.</div><div dir="auto"><br></div><div dir="auto">Even tried changing target_os=64, same result.</div><div dir="auto">App throws vcruntime140_app.dll missing error on execute.</div><div dir="auto"><br></div><div dir="auto">If I use vs2015 Dev command prompt to launch msys2> compile dll,thn it throws unresolved linking errors for all ffmpeg API used.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thank and regards</div><div dir="auto">Ganesh</div><div dir="auto"><br></div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr">On Tue 21 Aug, 2018, 2:13 PM Carl Eugen Hoyos, <<a href="mailto:ceffmpeg@gmail.com" target="_blank" rel="noreferrer">ceffmpeg@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2018-08-21 8:35 GMT+02:00, ganesh mundhe <<a href="mailto:ganeshmundhe007@gmail.com" rel="noreferrer noreferrer" target="_blank">ganeshmundhe007@gmail.com</a>>:<br>
<br>
> For commercial use I'm compiling FFmpeg 4.0 for 64bit window application.<br>
> But when I use <a href="https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT" rel="noreferrer noreferrer noreferrer" target="_blank">https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT</a> for<br>
> windows 10 x64, but this fails to complie from VS2015 x86 x64 cross tool<br>
> command prompt.<br>
<br>
It fails?<br>
<br>
You should not use cross-compilation if you compile on host x86 for target<br>
x86 or on host x86_64 for target x86 or target x86_64.<br>
<br>
> I'm able to compile using vs2015 Dev command prompt but those ddl gives<br>
> unresolved linking error no matter what configuration I use.<br>
<br>
You get an unresolved linking error?<br>
Would you like to tell us which error you get in what situation?<br>
<br>
Carl Eugen<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" rel="noreferrer noreferrer" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer noreferrer noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div></div></div>