Codesign macOS executable created pp

2019-04-12 Thread welle Ozean via par
Hello, I need some help with the following issue. I need to codesign my macOS .app containing an executable created with pp. Unfortunately code signing fails with the error 'main executable failed strict validation' The .app contains many files (even other binaries) and code signing works

Problem with macOS executable

2019-06-14 Thread welle ozean via par
Hello, I have a GUI application (written in Tcl::pTk) compiled as an executable for macOS (Mojave). On some machines I get the following error (I can not replicate it on mine) which I think may be related to pp/PAR and not with the rest of the software (but I may be wrong). Could somebody point

Re: Running program from uncompressed directory tree

2019-05-09 Thread welle ozean via par
Hello everybody, I would like to point out that the issue presented by Oliver is quite common nowadays. I know of business environments where the security settings do not allow - in the entire company IT infrastructure - to launch any application from the temp directory, for example. In these

Re: Multiple entry points (MS Windows)

2020-04-24 Thread welle ozean via par
Hi Johan, no, you are not the only one. I have a fairly complex GUI application for Windows and macOS written in Perl and Tcl/Tk (I switched away from Perl/Tk a couple of months ago). For Windows, I have been using the combination pp+Innosetup for years now, and I am very happy with it (for what