Hi,

> 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.

I've just done a quick test.
What I can say is that the ping10beta_arm.exe does not import these
functions from WINSOCK.dll (I can see the names of imported functions).
Unfortunately it imports a lot of "O#" functions from mfcce300.dll and
COREDLL.dll, but I do not see their names, just "ordinal" numbers, so I
cannot say anything about them.
Anyhow, it seems that all required symbols are resolved.

Best regards,
Jacek.

-------------------------------------------------------------------------
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