On Thu, 12 Nov 2009 11:45:35 +0100, Sébastien Lorquet <squa...@gmail.com>
wrote:
> Re-Hello,
> 
> I can confirm that
> 
> wget
>
http://www.unsads.com/~squalyl/wincehello.c<http://www.unsads.com/%7Esqualyl/wincehello.c>
> /opt/mingw32ce/bin/arm-mingw32ce-gcc wincehello.c -o wincehello.exe
> 
> produces a valid 24.7kB executable that runs without signature on my
> device.
> 
> So the problem does not come from cryptography.
> Possible problems I'm thinking about include:
> - C++
> - huge binary
> - unresolved dependency to a library missing on my device.
> 
> I will also notify the qt-wince-devel mailing list.
> 
> Any idea?
> 
> Sebastien

Hi,

You should check dependencies ...
You can try with dependency walker or PE explorer or arm-mingw32ce-objdump
and
checj import section.
Check you have everything needed.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to