c++ - libx264 compiled with MinGW - missing __umoddi3, __udivdi3, _fseeko64 and __chkstk_ms -


i'm willing use x264 in windows project, i've build library source using mingw , gcc static library.

the library , header included correctly, problem linker complains, because __umoddi3, __udivdi3, _fseeko64 , __chkstk_ms. looks functions part of standard library, can find in windows?

thanks.

i wouldn't copy/past full answer here should read topic @ doom10.org in short, can't directly use mingw compiled .a libraries (static or shared) in msvs. need compile libx264.dll , make msvs specific .lib library .def file , use library linking.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -