I'm not sure that all of your conclusions are accurate. coredll.dll is a CE system DLL, you don't need to install it. I don't know about the other two. I also know that some of CE's files (including DLLs) are hidden, maybe that's why Dependency Walker doesn't find them.
Two actions to take : 1. Use another executable built with cegcc to verify that you can build a working app and use the cegcc.dll with it. You can either compile something for yourself or pick it up from the cegcc website, e.g. the menu-resource.exe from http://cegcc.sourceforge.net/docs/using.html . 2. I've seen the "not a valid" message before. As it turned out, the DEF file I was using to build the DLL library was not entirely correct. I've done exactly the same thing for you, and we may have the same problem that the src/cegcc/importlibs/defs/mmtimer.def may contain invalid entries. Try removing the calls to this DLL from your app and see whether it starts up well without the mmtimer DLL ? If both of these work, then I can create a smaller mmtimer library, and we can do some trial and error to verify what works. Danny On Tue, 2007-01-16 at 11:13 +0000, Cool_Zer0 wrote: > Hi there, > > I have build ffmpeg with success (I guess!)... > Now it's time to test it on a device/emulator... > > First I've put only the 3 dll's of ffmpeg on the same folder and the > emulator keeps saying that a file is missing... > > After that I've installed Dependency Walker and stated that each dll > from ffmpeg need a cegcc.dll. > When I put that cegcc.dll it takes longer to appear something but the > message "App is not a valid Pocket PC application" appears... > Dependency Walker says that he can't find COREDLL, IPHLPAPI and > MMTIMER... > > But seems that I don't have any coredll.dll :( > # locate coredll > /usr/ppc/arm-wince-cegcc/lib/libcoredll.a > /usr/ppc/arm-wince-mingw32ce/lib/libcoredll.a > > > Anyone can help me? > Thanks > ------------------------------------------------------------------------- > 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 -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- 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