On Sat, 2007-11-24 at 22:37 +0100, Jacek M. Holeczek wrote:
> > When I download the compiled version of that same ping application, it
> > does appear to run on my PDA. The DLLs it uses are listed below :
> >
> > dannypc: {8} arm-wince-cegcc-objdump -x ping10beta_arm.exe | fgrep DLL
> >  vma:            Hint    Time      Forward  DLL       First
> >         DLL Name: WINSOCK.dll
> >         DLL Name: mfcce300.dll
> >         DLL Name: COREDLL.dll
> 
> What you could do is to "download" the WINSOCK.dll, mfcce300.dll and
> COREDLL.dll, from your WinCE device and try the Dependency Walker on the
> PC to see what functions are imported from what libraries (and what are
> missing). See my FAQ.

Actually objdump will do that for me, no need for that other tool.
Unfortunately in this case it lists numbers for most accesses except the
ones from winsock.dll :

        DLL Name: WINSOCK.dll
        vma:  Hint/Ord Member-Name Bound-To
        3524        3  WSAStartup
        353e       18  inet_addr
        3532       19  inet_ntoa
        34f8        1  WSACleanup
        3516       12  gethostname
        3506       11  gethostbyname
        35c0        4  WsControl

 000032c4       00003368 00000000 00000000 000035a6 00004068

        DLL Name: mfcce300.dll
        vma:  Hint/Ord Member-Name Bound-To
        80000509         1289  <none>
        800004e0         1248  <none>
        800008ba         2234  <none>
...
        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to