Op dinsdag 16-01-2007 om 18:11 uur [tijdzone +0000], schreef Cool_Zer0: > Well... > Since I'm running out of time I have done one thing... > I've generated static libraries of ffmpeg and add them on my Visual C ++ > project... Then when I build I get a lot of linking problems... To solve > that I've copied all the .a's present on the lib folder of CeGcc and add > them too to my project... > > It now compiles and links...
Hi, As for as I know isn't it possible to combine CeGCC's .a files with .lib's created by Visual C++. The right way (tm) should be to create a .DLL with CeGCC (based on a .def file which describes all the exported functions). With the .def file you can create a .lib which can be used by Visual C++ by using the 'lib.exe' program (which is part of Visual C++) You mentioned that you already had succeeded in creating a .DLL with CeGCC. Did you also see the exported functions with the Dependency Walker ? Regards, Erik van Pienbroek ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel