Hi folks, Mark Dootson wrote: > I think your problem is that you are getting your executable path from > the wrong source. > > As I recall, $0 will always give you the relative path to the exec you > created with pp, so it is this one you want to grab the icons from if > you prefer the PE resource route.
Adding to Mark's advice: I think I recall we wrote up all kinds of related things in "PAR::Environment", so "perldoc PAR::Environment" might shed some light on alternatives to $0 in pp packaged executables. Cheers, Steffen