Has anyone been able to use Resource files with exe files that use "Gui Loft" (.gld) windows. If so can they post an example as I am unable to get it to work. See my sample code.
my $fileWindow = Win32::GUI::LoadResource("clearcal.gld"); my $objDesign = Win32::GUI::Loft::Design->newLoad($fileWindow) or die("Could not open window file ($fileWindow)"); The exe file was created with Perl2Exe ver 7.0 I used ResHacker to add the "clearcal.gld" as "RCDATA" named "CLEARCAL.GLD" to the exe. I am also using the Win32::GUI ver 0.0.670, 08 March 2004 Thanks Ross Clunie