Thread Win32::OLE macht Probs...: beim compilieren (4 answers)
Opened by Alexfo85 at 2004-08-23 03:07

Alexfo85
 2004-08-23 03:07
#42546 #42546
User since
2004-08-18
20 Artikel
BenutzerIn
[default_avatar]
Der Code...

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
...
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
Win32::OLE: load_file:///Die angegebene Prozedur

liegt hier der fehler? was bedeuted das?\n\n

<!--EDIT|Alexfo85|1093216059-->

View full thread Win32::OLE macht Probs...: beim compilieren