On Tue, 10 Nov 2009 13:41:50 -0300, Pablo Rogina
wrote:
> Sebastien,
>
> I'm working with a MS desktop project that signs the executable file.
> In the Visual Studio project settings, at the Post-Build Event in
> Build Events there is the command:
>
> "signtool.exe" sign /f "cert.pfx" /d "Applic
On Tue, 10 Nov 2009 17:03:20 +0100, Sébastien Lorquet
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
Sebastien,
I'm working with a MS desktop project that signs the executable file.
In the Visual Studio project settings, at the Post-Build Event in
Build Events there is the command:
"signtool.exe" sign /f "cert.pfx" /d "ApplicationName" /t
"http://timestamp.verisign.com/scripts/timstamp.dll"; "$
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.
---
Hi,
I response to my thread (
http://lists.trolltech.com/pipermail/qt-wince-interest/2009-November/000745.html)
, Maurice Kalinowski posted a git tree of a cegcc compilable Qt for
windows CE (
http://lists.trolltech.com/pipermail/qt-wince-interest/2009-November/000764.html)
I managed to compile Q
Hi, I'm also trying to build cegcc on msys (winxp) to get rid of cygwin.
cygwin is not installed on my system.
I have a fresh msys install (v 1.0.11) from sourceforge, along with msys
provided bison, flex and libregex.
I just checked out the cegcc trunk, and ran
cd /repo/cegcc/src/
mkdir build_mi