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
Post a Comment