Hi:
i was used the mingw64 for ffmpeg static library but when i used the static 
library in vs2008 it is error as :
libmingw32.a(lib64_libmingw32_a-pesect.o) : error LNK2001: unresolved external 
symbol __image_base__, 
my library link order is
#pragma comment(lib, "libgcc.a")
#pragma comment(lib, "libmingwex.a")
#pragma comment(lib, "libmingw32.a")
#pragma comment(lib, "libmoldname.a")
#pragma comment(lib, "libavcodec.lib")
#pragma comment(lib, "libavutil.lib")
#pragma comment(lib, "libswscale.lib")
#pragma comment(lib, "libpthread.lib")
if i use lib -remove:lib64_libmingw32_a-pesect.o libmingw32 then the error is 
libmingwex.a(lib64_libmingwex_a-mingw_output_format.o) : error LNK2001: 
unresolved external symbol __mingw_get_msvcrt_handle
libmingwex.a(lib64_libmingwex_a-mingw_get_codepage.o) : error LNK2001: 
unresolved external symbol __mingw_get_msvcrt_handle


please help me  i tried gcc4.6.2 4.7.2 4.8.0 but they all have the problems 
,thanks 

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to