Der Code...
...
use Win32::Ole;
...
my $iex = Win32::OLE->new('InternetExplorer.Application');
$iex->SetProperty('Visible', 1);
$iex->SetProperty('StatusBar', 0);
$iex->SetProperty('Toolbar', 0);
$iex->SetProperty('width', 835);
$iex->SetProperty('height', 850);
$iex->SetProperty('StatusText', "Medical Consultant.com");
$iex->Navigate('http://mysite.com/');
So... wenn ich des ganze jetzt compiliere mit pp
bekomm ich folgendes:
Erstmal neen Windows error:
Der Prozedureinsprungpunkt "Perl_Gsv_placeholder_ptr" wurde in der DLL "perl58.dll" nicht gefunden.
^ Spanisch :(
Im Commandopromt, bekomme ich allerdings das hier:
Can't load 'C:\DOKUME~1\Alex\LOKALE~1\Temp\par_priv.2424.tmp\B6kV9zvq3r.dll' f
or module Win32::OLE: load_
file:///Die angegebene Prozedur wurde nicht gefunden at
D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229.
at ../blib/lib/PAR/Heavy.pm line 92
Compilation failed in require at script/test.pl line 13.
BEGIN failed--compilation aborted at script/test.pl line 13.
Quote
liegt hier der fehler? was bedeuted das?\n\n
<!--EDIT|Alexfo85|1093216059-->