Thread Win XP: xs und Visual Studio 2008 (3 answers)
Opened by Cthulhu at 2008-07-30 18:13

Cthulhu
 2008-07-30 18:13
#112906 #112906
User since
2008-07-30
4 Artikel
BenutzerIn
[default_avatar]
Hallo,

ich möchte Perl-Module mit xs, also externen C-Routinen, verwenden. Als Compiler habe ich hier (unter Win XP) Visual Studio 2008. Solange ich das auf meinem lokalen PC mache, funktioniert das problemlos. Nun sollen die Module aber auch von anderen Rechnern aus im Netz benutzt werden, wozu die komplette Perl-Installation (v5.10.0) auf einem Share liegt. Von einem anderen Rechner aus führt aber zB
Code: (dl )
use Env::C;

zu folgender Fehlermeldung:

Can't load '//hanoi/scripte/usr/Perl/site/lib/auto/Env/C/C.dll' for module Env::C: load_file:///This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem at //hanoi/scripte/usr/Perl/lib/DynaLoader.pm line 202.
at x.pl line 1
Compilation failed in require at x.pl line 1.
BEGIN failed--compilation aborted at x.pl line 1.


Ich vermute mal, dass ich da noch irgendwelche VS-2008-Libs auf den Share legen muss, aber welche? Hingelegt habe ich dort mal folgende: msvcm90.dll, msvcp90.dll, msvcr80.dll, msvcr90.dll, was aber nichts geholfen hat. Weiß jemand Rat?

View full thread Win XP: xs und Visual Studio 2008