Danny Backx wrote:
> 
> It uses a couple of functions called
>       IcmpCreateFile
>       IcmpSendEcho
>       IcmpCloseHandle
> 
> I can find those in a DLL which we support (see
> src/cegcc/importlibs/defs/icmplib.def). So I can compile and link the
> sources, but when I try to run the application on my PDA, it refuses
> because it doesn't find icmplib.dll .
> 

I believe I've stumbled on this before.  I seem to remember that
icmplib is a static lib, so there is no dll to load those
functions from...

If that's true (I'm not sure), we'll have to remove that import lib.
Then we'll need a brave soul that reimplements that functionality.

-- 
Pedro Alves

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