Subject: | Win2k bug?:pp --gui --icon <...> doesn't work |
Hello
I've got the following on my Win2k box:
---------------
C:\rob>pp -V
Perl Packager, version 0.05 (PAR version 0.75)
...
C:\rob>perl -v
This is perl, v5.8.0 built for MSWin32-x86-multi-thread
...
C:\rob>gcc -v
Reading specs from C:/MinGw/bin/../lib/gcc-lib/mingw32/3.2/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=
mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable
-languages=f77,c++,objc,ada --disable-win32-registry --disable-shared
Thread model: win32
gcc version 3.2 (mingw special 20020817-1)
---------------
when I try to generate icon contained gui version of program (I tried a few different valid icon files)
C:\rob>pp --gui --icon bridge.ico -o mtest.exe test.pl
the window message like (translated from Polish)
"C:\rob\parlNLjH.exe is not valid Win32 system aplication" shows
and on cmd line "access denied" message shows
When I try fake icon file then the output program is generated - without embeded icon of course.
I'm not quite sure if this is a bug but it seems like...
Regards
Darek