Re: Multiple entry points (MS Windows)

2020-04-26 Thread Oliver Betz
Hi Johan, I've uploaded a perl GUI program: https://www.squirrel.nl/pub/xfer/uploads/3C6TeP1OMnL8q7ciPFkyneaA.exe I managed to run this application from the pp created archive contents after applying a few modifications you might want to revise: In wxchordpro.pl, I replaced lines 10..12 with

Re: Multiple entry points (MS Windows)

2020-04-26 Thread Oliver Betz
[...] If you want to use my wrapper with 64 Bit Perl, you need to compile it yourself. If you switch to 32 bit Perl, I can support you with special it was not so difficult as I thought initially so I compiled a 64 bit wrapper including the icon:

Re: Multiple entry points (MS Windows)

2020-04-26 Thread Johan Vromans
On Sun, 26 Apr 2020 17:57:23 +0200, Oliver Betz wrote: > it was not so difficult as I thought initially so I compiled a 64 bit > wrapper including the icon: Great! I unpacked the zip and tried to run. First problem: the .exe files are not executable: H:\cp> wxchordpro_console.exe Access

Re: Multiple entry points (MS Windows)

2020-04-26 Thread Oliver Betz
Hi Johan, I unpacked the zip and tried to run. First problem: the .exe files are not executable: Are you running under real Windows or Wine? This doesn't sound like a Windows issue. [...] While looking at the (modified) source: what is the purpose of unshift @INC,

Re: Multiple entry points (MS Windows)

2020-04-26 Thread Johan Vromans
On Sun, 26 Apr 2020 23:16:57 +0200, Oliver Betz wrote: > Are you running under real Windows or Wine? This doesn't sound like a > Windows issue. I've unzipped the files under Linux on a disk shared with Windows. On Linux, files like perl.exe and perl530.dll have permissions 0664 (rw-r--r--).