On Tue, 10 Nov 2009 17:03:20 +0100, Sébastien Lorquet <squa...@gmail.com>
wrote:
> Okay, the certificate was required in DER format, mine was PEM. This
part
> is
> solved with an openssl one-liner.
> 
> I believe that if I get my .exe signed with a certificate issued by my
now
> installed CA, the code will run. Am I true?
> 
> Regards, Sebastien.

Hello,

binaries generated by cegcc cannot be run on windows mobile >= 5 without
packing them
or modifying registry.
Once you have compiled do not forget to call upx
(http://upx.sourceforge.net/) on your exe and dlls.
If you have lots of binaries I recommend to call it from cygwin or msys
with something like
find . \(  -name  "*.exe"  -o  -name  "*.dll"  \)  -print  |  xargs upx
(haven't tested)

Regards

Vincent R.


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